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
1.9k
0
Do you find this helpful?
2

View all MCQs in

C Programming Basic

Discussion

No comments yet