C++ Quiz 4

C++ Quiz 4

Which of the following statement is correct?





…... is used to initialize the variables of a class.





A function that changes the state of the cout object is called …..?





Null character consumes ….. bytes





What is the result of (true && true) || (false && false)



While creating an object of a derived class, first the default constructor of base class is automatically processed.





In inheritance, data members having following specifier are not inherited.





The address of the virtual Function is stored in …..





….. is a kind of software used to convert source code into object code.





Which of the following is an invalid statement in C++?