In a program a reference variable say x can be declared as-03544
In a program a reference variable, say x, can be declared as
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.4.
In a program a reference variable, say x, can be declared as
int &x ;
int *x ;
int x ;
None of the given options