Q.

Which is the correct syntax to declare constant pointer?

A. int *const constptr;
B. *int constant constptr;
C. const int *constptr;
D. a and c both
Answer» D. a and c both
4.4k
0
Do you find this helpful?
28

View all MCQs in

C Programming Basic

Discussion

No comments yet