True/False
In the following statement,all the variables are pointers.
int* p1,p2;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following correctly declares a
Q6: Dynamically created variables have no name.
Q9: Given that p1 is a pointer variable
Q11: In which case would you consider using
Q15: What is the output of the following
Q23: Which of the following statements correctly returns
Q24: If p1 is an integer pointer variable,
Q27: You can assign an array to a
Q29: If p1 and p2 are both pointers
Q35: What is the output of the following