Vidyalelo
C++ Programming · Q114

Introduction to C++

Programming · C++ Programming · question 114

Q114

Const qualifier can be applied to which of the following? i. Functions inside a class ii. Arguments of a function iii. Static data members iv. Reference variables

A.
i, ii and iii
B.
i, ii, iii, and iv
Answer
C.
ii, iii and iv
D.
i only

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board