What type of operator is cout?
Input
Output
Special
Increment
Which of the following token includes '{' }'?
Literals
Operators
String
Punctuators
What type of operator is '>='?
Arithmetic
Logical
Relational
Conditional
What sort of operation will give Boolean result?
Stream extraction
What is '#include' ?
Character
Preprocessor directive
Operator
What is main()?
Function
Loop
Condition
Variable
Which token triggers some kind of operations on the data?
Keyword
What are the identifires of memory locations?
Which of the following is the ternary operator?
What is the expansion of 'OOP'?
Object Obedient Program
Option Oriented Program
Object Oriented Program
Option Obedient Program