Which of the following correctly declares a reference for int myCreditHours;?
a. int &cr = myCreditHours;
b. int *cr = myCreditHours;
c. int cr = &myCreditHours;
d. int *cr = &myCreditHours;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.