True/False
The dereferencing operator is also known as the indirection operator and refers to the object to which its operand points.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: The statement int *p; is equivalent to
Q16: What is the output of the following
Q17: The code int *p; declares p to
Q18: Consider the following statements:In the function pointerParameters,
Q19: A pointer variable is a variable whose
Q21: In C++, the dot operator has a
Q22: A memory leak is an unused memory
Q23: Consider the following statement:ptrMemberVarType objectThree(objectOne); The values
Q24: In C++, pointer variables are declared using
Q25: An array created during the execution of