Advertisements
Advertisements
Question
Which operator is used to access the reference of a variable?
Options
$
#
&
!
MCQ
Solution
&
shaalaa.com
Variables of Built-in-data Types
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
How many bytes of memory is allocated for the following variable declaration if you are using Dev C++? short int x;
What is a reference variable? What is its use?
Suppose x and y are two double-type variables that you want to add as integer and assign to an integer variable. Construct a C++ statement to do the above.