What is the smallest individual unit in a program?
Keyword
Tokens
Literals
Character
What is '#include' ?
Punctuators
Preprocessor directive
Operator
Which token triggers some kind of operations on the data?
Operators
What kind of operator is 'cin'?
Input
Output
Special
Increment
What type of operator is '>='?
Arithmetic
Logical
Relational
Conditional
Which operators are used to combine relational statements?
Which of the following is the ternary operator?
Which concept means the ability to take more than one form?
Inheritance
Abstraction
Polymorphism
Encapsulation
What are the basic run-time entities in an object oriented system?
Object
Class
Variable
Loop
which of the following token includes '{' }'?
String