? is _________ operator.
Relational operation
Arithmetic operation
Logical operation
Conditional operation
____________ occur due to poor understanding of the problem and the solution procedure.
Logical error
Syntax error
Programing error
None of these
In c++ [ ] ( ) { } , ; * : and ≠ are known as .
Operators
Punctuators
Literals
Symbols
Keywords are also known as ____________.
Token
Reserved words
Identifier
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
Punctuators are also known as ____________.
Symbol
Separator
Literal
An integer literal that start within 0 is called ___________.
Octal integer
Decimal
Hexa decimal
The words that convey a specific meaning to the language compiler are called___________.
Keywords
Operator
All pre processor directives are begin with ____________ symbol.
\
≠
{
(
A single line comment in c++ starts with __________.
?
//