Source Files, Classes and Operator Overloading in C++ Quiz 1
1 / 50
Constructors are used to ____________
2 / 50
What does a default header file contain?
3 / 50
How many specifiers are present in access specifiers in class?
4 / 50
Identify the incorrect statement.
5 / 50
Pick the other name of operator function.
6 / 50
What does a mutable member of a class mean?
7 / 50
Which other keywords are also used to declare the class other than class?
8 / 50
Which of the header file must be included to use stringstream?
9 / 50
What is the default type of linkage that is available for identifiers?
10 / 50
Which of the following is a valid class declaration?
11 / 50
setprecision requires which of the following header file?
12 / 50
Which of the following operators can?t be overloaded?
13 / 50
Inline functions are avoided when ____________________________
14 / 50
Which is used to define the member of a class externally?
15 / 50
Which one is used to refer to program elements in any translation units?
16 / 50
Which operator a pointer object of a class uses to access its data members and member functions?
17 / 50
Which category of data type a class belongs to?
18 / 50
How to access the object in the class?
19 / 50
How many objects can present in a single class?
20 / 50
Which keyword is used to define the user defined data types?
21 / 50
Which special character is used to mark the end of class?
22 / 50
Pick out the other definition of objects.
23 / 50
How the objects are self-referenced in a member function of that class.
24 / 50
Which of the following keyword is used to declare the header file?
25 / 50
How many types of user-defined data type are in c++?
26 / 50
What is operator overloading in C++?
27 / 50
What is the user-defined header file extension in c++?
28 / 50
Pick the correct statement.
29 / 50
When struct is used instead of the keyword class means, what will happen in the program?
30 / 50
To use internal linkage we have to use which keyword?
31 / 50
What does the data type defined by union will do?
32 / 50
What is the scope of typedef defined data types?
33 / 50
Which functions of a class are called inline functions?
34 / 50
To use external linkage we have to use which keyword?
35 / 50
What does a class in C++ holds?
36 / 50
The data members and functions of a class in C++ are by default ____________
37 / 50
Operator overloading is ___________
38 / 50
How many types of linkages are there in C++?
39 / 50
Which of the following header file does not exist?
40 / 50
What is the use of no linkage?
41 / 50
Which of these following members are not accessed by using direct member access operator?
42 / 50
Which of the following statements is NOT valid about operator overloading?
43 / 50
Where does the object is created?
44 / 50
Which is used to use a function from one source file to another?
45 / 50
Pick the incorrect statement about inline functions in C++?
46 / 50
How many types of models are available to create the user-defined data type?
47 / 50
Identify the correct statement.
48 / 50
What is the syntax of user-defined data types?
49 / 50
How to declare operator function?
50 / 50
Which of the following header files is required for creating and reading data files?
Provide Your Information
Your score is
The average score is 0%
Restart quiz