Multiple Choice
If p1 is an integer pointer that is pointing to memory location 1001, and an integer takes 4 bytes, then p1+1) evaluates to:
A) 1002
B) 1004
C) 1005
D) Unknown
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What is the output of the following
Q8: Even though pointers point to addresses which
Q9: Given that p1 is a pointer variable
Q10: Assuming that the pointer variable p1 is
Q11: In which case would you consider using
Q13: When you return a dynamic array to
Q14: Write the code to declare a dynamic
Q15: What is the output of the following
Q16: Write the code to return the dynamic
Q17: Given that a typedef for IntPtr defines