Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 7 (Q.No. 42)
42.
Which of the following statements will assign the address of the age variable to the agePtr pointer?
agePtr = &age;
agePtr = *age;
&agePtr = age;
*agePtr = age;
agePtr -> *age;
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Farman said:   2 years ago
Is there is No asterisk While discussing the pointer? Please explain to me.

Post your comments here:

Your comments will be displayed after verification.