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

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 31)
31.
You have declared an integer pointer called point You have also declared an integer called number. Which statement is the correct format?
point = number;
point = *number;
point = &number;
point = +number;
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.