All pre processor directives are begin with ____________ symbol.
\
≠
{
(
Keywords are also known as ____________.
Token
Reserved words
Identifier
None of these
The words that convey a specific meaning to the language compiler are called___________.
Keywords
Literal
Operator
____________ are the fundamental building blocks of the program.
Literals
Operators
The token that contain only the digits are called ___________.
Integer literal
Escape sequence
The ___________ option can be used with out compliny the source code.
Compile
Run
Edit
Save
__________ contain the information required for the compilation of the source program.
Header file
Main function
Pre processor
____________ integer starts with 0X.
Octal
Hexa decimal
The program execution begins at ___________.
# include
Main ( )
Statement
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error