Solved

In C++, Const Qualifier Can Be Applied To?Member Functions of a Class?Function

Question 8

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions