The syntax of declaration of a function that returns the-02691
The syntax of declaration of a function that returns the reference to an integer is __________.
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.17.
The syntax of declaration of a function that returns the reference to an integer is __________.
int & myfunc();
int myfunc();
int myfunc() &;
integer & myfunc();