Multiple Choice
Which of the following correctly declare 3 integer pointers?
A) int* p1, p2, p3;
B) int *p1, p2, p3;
C) int *p1, *p2, *p3;
D) all of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Given that a typedef for IntPtr defines
Q18: The size of dynamic arrays must be
Q19: If a program requires a dynamically allocate
Q20: The size of a dynamic array is
Q21: Dynamic variables are created at _
Q23: Which of the following statements correctly returns
Q24: If p1 is an integer pointer variable,
Q25: A _ is the memory address of
Q26: Write the code that assigns to p1
Q27: You can assign an array to a