Which OOPS concept provides the idea of reusability?
Object
Class
Inheritance
Encapsulation
Which of the following operator includes '&&' in its set?
Arithmetic
Logical
Relational
Conditional
What is main()?
Function
Loop
Condition
Variable
What is '#include' ?
Punctuators
Character
Preprocessor directive
Operator
Which of the following is often reffered to as constant?
Keyword
Tokens
Literals
Which of the following is the ternary operator?
What kind of operator is 'cin'?
Input
Output
Special
Increment
What sort of operation will give Boolean result?
Stream extraction
Which token triggers some kind of operations on the data?
Operators
What is the expansion of 'OOP'?
Object Obedient Program
Option Oriented Program
Object Oriented Program
Option Obedient Program