What is used to terminate a statement in C++
Semicolon (;)
Dot(.)
Backslash
None
'\a' is:
Character
String
Escape sequence
Constant
The & symbol represent :
Ampersent
Address operator
Variable
Symbol
What are tokens that trigger some computation?
Operators
Punctuator
Literal
Pick the invalid identifier from the following:
_bss
B_SS
2009BSS
BSS2009
The rules governing a valid statement is a language is:
Syntax
Semantics
Translator
Execute
Punctuators are:
Token
Word
Which symbol is used for single line comment?
//
/*
\\
\/
In C++ uppercase and lower case letters are:
Same
Different
Characteristics
Tokens
Set of rules that give meaning of a statement:
Rules