True/False
In the statement
int* p, q;
p and q are pointer variables.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: In C++, pointer variables are declared using
Q25: An array created during the execution of
Q26: The _ constructor is executed when an
Q27: Consider the following statements:The code above is
Q28: A list is a collection of elements
Q30: In a _ copy, two or more
Q31: Which of the following would be appropriate
Q32: What is the output of the following
Q33: Which of the following can be used
Q34: What is the value of x after