__________ contain the information required for the compilation of the source program.
Header file
Main function
Pre processor
None of these
_____________ are the token that triggers some kind of operation on the data.
Operators
Punctuators
Literal
Identifier
The token that represent data items that never change their value during the program run are called __________.
Operator
____________ occur due to poor understanding of the problem and the solution procedure.
Logical error
Syntax error
Programing error
__________ is equivalent to the name and signal in formal letters.
Void main
# include
Return statement
____________ integer starts with 0X.
Octal
Hexa decimal
Find the correct statement.
Cin >>X ; >> Y ;
Cin >>" X" ; >> Y ;
Cin >> X >> Y ;
Cin >> X ; >> "Y" ;
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 the smallest individual unit in a program.
Token
Word
Digits
Letters
In C++ alphabets are collectively known as ___________.
Character Set
Identifiers