[ ] represent ____________.
Keyword
Literal
Operator
Punctuation
_____________ are the token that triggers some kind of operation on the data.
Operators
Punctuators
Identifier
____________ are the fundamental building blocks of the program.
Keywords
Literals
__________is the preprocessor directive and is used to link the header files available in the C++ library.
Main()
Statement
#include
None of these
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error
A single line comment in c++ starts with __________.
≠
?
{
//
The ___________ option can be used with out compliny the source code.
Compile
Run
Edit
Save
__________ is equivalent to the name and signal in formal letters.
Void main
# include
Return statement
The words that convey a specific meaning to the language compiler are called___________.
In c++ [ ] ( ) { } , ; * : and ≠ are known as .
Symbols