In the name of ALLAH, the most beneficient, the most merciful

Introduction to Programming (CS201)

Question (select most suitable option)

  The syntax of declaration of a function that returns the reference to an integer is ________.
int & myfunc();
int myfunc();
int myfunc() &;
integer & myfunc();