Multiple Choice
In C++, const qualifier can be applied to?Member functions of a class?Function arguments?To a class data member which is declared as static?Reference variables
A) only 1, 2 and 3
B) only 1, 2 and 4
C) all of the above
D) only 1, 3 and 4
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following is true about
Q4: Which of the following is true about
Q5: Which type is best suited to represent
Q6: What will be the values of x,
Q7: C++ programmers concentrate on creating , which
Q9: Which of the following feature of procedure
Q10: Which of the following functions are performed
Q11: Which of the following control expressions are
Q12: Which of the following is the correct
Q13: Which of the following operators are overloaded