What does the 'const' keyword signify when used with a member function in a C++ class declaration?
A. This function is static
B. This function can't be called
C. This function doesn't modify the object it's called on
D. This function is pure virtual
Answer: Option C
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