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
Programming for Problem SolvingNo comments yet