32.
What is the output of the following code: cout << (5 < 2) ? "True" : "False"; in C++?

35.
What does the 'const' keyword signify when used with a member function in a C++ class declaration?

39.
What is the correct syntax to define a class named 'Rectangle' with private member variables 'length' and 'width' in C++?

40.
What is the output of the following code: cout << "Hello\nWorld"; in C++?

Read More Section(Introduction to C plus plus)

Each Section contains maximum 100 MCQs question on Introduction to C plus plus. To get more questions visit other sections.