What are the pieces of code that the compiler ignores?
Outline
Comments
Extream
None
An escape sequence represents:
Single character
Double
More than two
'\a' is:
Character
String
Escape sequence
Constant
Nongraphic character '\0' is:
Null
End
Exit
Zero
Set of rules that give meaning of a statement:
Syntax
Semantics
Rules
Word
Which symbol is used for single line comment?
//
/*
\\
\/
ASCII values of A and a are:
67 and 99
65 and 98
65 and 97
97 and 65
In C++ white space consider as:
Space
What is the nother name of token?
char
auto
Lexical unit
Reserved word
What is used to terminate a statement in C++
Semicolon (;)
Dot(.)
Backslash