The token that contain only the digits are called ___________.
Integer literal
Literal
Escape sequence
None of these
? is _________ operator.
Relational operation
Arithmetic operation
Logical operation
Conditional operation
__________ are used to combine relational operation.
Arithmetical operation
A single line comment in c++ starts with __________.
≠
?
{
//
The program execution begins at ___________.
# include
Main ( )
Statement
____________ occur due to poor understanding of the problem and the solution procedure.
Logical error
Syntax error
Programing error
____________ are the fundamental building blocks of the program.
Keywords
Literals
Identifier
Operators
In c++,the function main ( ) returns a value of ___________ to the operating system.
Content
Int
Main
____________ integer starts with 0X.
Octal
Hexa decimal
The multiple use of input or output operators in a single statement is called cascading of ___________.
I ⁄ O operators
Input operators
Output operators