C++ Objective Questions - 276
Page 1 (1 - 20)
Question: 1
(A) 2
(B) 3
(C) 4
(D) 1
Compiler
Level: Beginner Category: loops
[Posted by: Admin | Chicago, USA]
Question: 2
(A) Hi
(B) Bye
(C) HiBye
(D) Compilation Error
Compiler
Level: Beginner Category: conditional
[Posted by: Admin | Chicago, USA]
Question: 3
(A) Scope Resolution Operator
(B) Conditional Operator
(C) Ternary Operator
(D) if else o/p
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 4
(A) 2 Bytes
(B) 4 Bytes
(C) 1 Byte
(D) Depends on Compiler
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 5
(A) +
(B) -
(C) *
(D) ::
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 6
(A) +
(B) -
(C) ++
(D) *
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 7
Question: 8
(A) Yes
(B) No
(C) Undefined
(D) Depends on Compiler
Compiler
Level: Practitioner Category: datatype
[Posted by: Admin | Chicago, USA]
Question: 9
(A) for(initialization;condition; increment/decrement)
(B) for(increment/decrement; initialization; condition)
(C) for(initialization, condition, increment/decrement
(D) None of These
Compiler
Level: Beginner Category: loops
[Posted by: Admin | Chicago, USA]
Question: 10
Question: 11
(A) Yes
(B) No
(C) Compilation Error
(D) Runtime Error
Compiler
Level: Beginner Category: function
[Posted by: Admin | Chicago, USA]
Question: 12
(A) Error
(B) 5 times
(C) 4 times
(D) 6 times
Compiler
Level: Practitioner Category: loops
[Posted by: Admin | Chicago, USA]
Question: 13
Question: 14
(A) read()
(B) write()
(C) both A and B
(D) without read()
Compiler
Level: Practitioner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 15
(A) *
(B) /
(C) %
(D) all have same precedence
Compiler
Level: Practitioner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 16
(A) ()
(B) =
(C) *
(D) ++
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 17
(A) 4.5
(B) 4.0
(C) 4
(D) Compilation Error
Compiler
Level: Beginner Category: operators
[Posted by: Admin | Chicago, USA]
Question: 18
(A) Dcon DDest
(B) Dcon DDest BCon BDest
(C) BCon DCon DDest BDest
(D) BCon DCon BDes DDest
Compiler
Level: Beginner Category: classesAndobjects
[Posted by: Admin | Chicago, USA]
Question: 19
Question: 20
(A) Object oriented programming
(B) Oriented object programming
(C) Office oriented programming
(D) office objective programming
Compiler
Level: Beginner Category: other
[Posted by: Admin | Chicago, USA]
C++ Online Test
Compile C++ code here
Browse C++ Categories
Loops Conditional Functions Operators Structure Enum Data Types Inheritance Pointers Classes & Objects Vtable Type Casting New & Delete Namespaces Virtual Functions Abstract Class STL Singleton Class Exceptions C++ 11 C++ 17 Time & Space Complexity othersSwitch to C Questions