which of the following token includes '{' }'?
Literals
Operators
String
Punctuators
Which of the following can be defined with the example ' #include<iostream.h>' ?
Variable
Function
Constructor
Directive
What is the way to bind the data and its associated functions together?
Object
Class
Loop
What is main()?
Condition
What type of operator is cout?
Input
Output
Special
Increment
Which token triggers some kind of operations on the data?
Keyword
Character
Which operators are used to combine relational statements?
Arithmetic
Logical
Relational
Conditional
What is the smallest individual unit in a program?
Tokens
What kind of operator is 'cin'?
What are the basic run-time entities in an object oriented system?