__________ is equivalent to the name and signal in formal letters.
Void main
# include
Return statement
None of these
__________ are used to combine relational operation.
Relational operation
Arithmetical operation
Logical operation
Conditional operation
____________ are the fundamental building blocks of the program.
Keywords
Literals
Identifier
Operators
_____________ are the token that triggers some kind of operation on the data.
Punctuators
Literal
__________ contain the information required for the compilation of the source program.
Header file
Main function
Pre processor
The ___________ option can be used with out compliny the source code.
Compile
Run
Edit
Save
Find the correct statement.
Cin >>X ; >> Y ;
Cin >>" X" ; >> Y ;
Cin >> X >> Y ;
Cin >> X ; >> "Y" ;
__________is the preprocessor directive and is used to link the header files available in the C++ library.
Main()
Statement
#include
____________ are the fundamental units of a language.
Numbers
Alphabets
Words
Non graphics symbols in c++ language is known as ____________.
Escape sequence