OOPs (NCO)
Which of the following variables in C++ must be initialised at the time of declaration?
Which of the following is a manipulator in C++ used to format the data display?
Which of the following data types in C++ provides a way for attaching names to numbers, thereby increasing comprehensibility of the code?
Which of the following functions is not in the scope of the class to which it has been declared?
Which of the following member dereferencing operators is used to access a member using a pointer to the object and a pointer to that member?
Which of the following parts in general structure of C++ program comes first while writing a program in C++?
Which of the following user defined types in C++ is used to give new names to existing data type and allows the user to declare an identifier to represent an existing data type?
Which of the following string handling functions in C++ is used to convert a string into upper case?