Answer:
Option(C) is the correct answer for the given question.
Step-by-step explanation:
In C++ call by reference integer parameter can be declared by the ' & ' .The correct declaration of integer type reference in c++ is int &x ;
Option(a) ,Option(b) and option(d) are the incorrect answer for the given question.
So no answer is correct .