Which of the following is legal declaration of a reference?

1.6 Which of the following is legal declaration of a reference?
A) int &a=10;
B) int &a=m;
C) int *a=&15;
D) int &a=m++;


Leave a Reply