Keywords are also known as ____________.
Token
Reserved words
Identifier
None of these
In c++,the function main ( ) returns a value of ___________ to the operating system.
Content
Int
Main
__________ are used to combine relational operation.
Relational operation
Arithmetical operation
Logical operation
Conditional operation
The data on which the operations carried out are called __________.
Operator
Operand
Literals
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
Numbers having fractional parts are called __________.
Floating constants
Character literal
Escape sequence
__________is the preprocessor directive and is used to link the header files available in the C++ library.
Main()
Statement
#include
___________ is the smallest individual unit in a program.
Word
Digits
Letters
In c++ [ ] ( ) { } , ; * : and ≠ are known as .
Operators
Punctuators
Symbols
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error