Q80
What is the difference between references and pointers?
A.
References are an alias for a variable whereas pointer stores the address of a variable
AnswerB.
References and pointers are similar
C.
References stores address of variables whereas pointer points to variables
D.
Pointers are an alias for a variable whereas references stores the address of a variable
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board