Q.

In C++, const qualifier can be applied to
1) Member functions of a class
2) Function arguments
3) To a class data member which is declared as static
4) Reference variables

A. Only 1, 2 and 3
B. Only 1, 2 and 4
C. All
D. Only 1, 3 and 4
Answer» C. All
2.2k
0
Do you find this helpful?
24

View all MCQs in

CPP Programming

Discussion

No comments yet

Related MCQs