

McqMate
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 |
View all MCQs in
C Programming BasicNo comments yet