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
C. ii, iii and iv
D. i only
Answer: Option B
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion