The token that represent data items that never change their value during the program run are called __________.
Operator
Header file
Literal
None of these
The multiple use of input or output operators in a single statement is called cascading of ___________.
I ⁄ O operators
Input operators
Output operators
__________ are used to combine relational operation.
Relational operation
Arithmetical operation
Logical operation
Conditional operation
IDE stands for
Integrated Development Enviornment
International Development Enviornment
Intercode Development Enviornment
Inter related Development Enviornment
Check the validity of the statement:
" book " is 5 or " book /n " is 6
" book " is 6 or "book /n " is 8
" book " is 5 or "book /n " is 7
"book " is 6 or "book /n " is 6
__________ is equivalent to the name and signal in formal letters.
Void main
# include
Return statement
Num 1 has been declared as an integer variable in c++ program.You will enter a non - integer data.While running the program,then occure type error.How to solve this problem.
Convert the integer data into integer form
Convert the all data into intege form
Convert integer data into text data
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error
[ ] represent ____________.
Keyword
Punctuation
__________ contain the information required for the compilation of the source program.
Main function
Pre processor