Discussion :: Const
-
What will be the output of the program?
#include
A.
Address of i |
B.
10 |
C.
Error: cannot convert parameter 1 from 'const int **' to 'int **' |
D.
Garbage value |
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment