which of the following token includes '{' }'?
Literals
Operators
String
Punctuators
What type of operator is '>='?
Arithmetic
Logical
Relational
Conditional
What is the way to bind the data and its associated functions together?
Object
Class
Variable
Loop
Which of the following is often reffered to as constant?
Keyword
Tokens
Character
What is the smallest individual unit in a program?
Which of the following operator includes '&&' in its set?
What is '#include' ?
Preprocessor directive
Operator
Which OOPS concept provides the idea of reusability?
Inheritance
Encapsulation
Which concept means the ability to take more than one form?
Abstraction
Polymorphism
Which token triggers some kind of operations on the data?