

McqMate
Q. |
Which is the right way to declare constant in C? |
A. | int constant var =10; |
B. | int const var = 10; |
C. | const int var = 10; |
D. | b & c both |
Answer» D. b & c both |
View all MCQs in
C Programming BasicNo comments yet