Which of the following token includes '{' }'?
Literals
Operators
String
Punctuators
Which of the following is often reffered to as constant?
Keyword
Tokens
Character
Which concept means the ability to take more than one form?
Inheritance
Abstraction
Polymorphism
Encapsulation
What kind of operator is 'cin'?
Input
Output
Special
Increment
Which of the following can be defined with the example ' #include' ?
Variable
Function
Constructor
Directive
What is '#include' ?
Preprocessor directive
Operator
Which OOPS concept provides the idea of reusability?
Object
Class
What is main()?
Loop
Condition
What is the smallest individual unit in a program?
Which token triggers some kind of operations on the data?