__________ are used to combine relational operation.
Relational operation
Arithmetical operation
Logical operation
Conditional operation
The words that convey a specific meaning to the language compiler are called___________.
Keywords
Identifier
Literal
Operator
The ___________ option can be used with out compliny the source code.
Compile
Run
Edit
Save
A single line comment in c++ starts with __________.
≠
?
{
//
Num 1 has been declared as an integer variable in c++ program.You will enter a non - integer data.While running the program,then occure type error.How to solve this problem.
Convert the integer data into integer form
Convert the all data into intege form
Convert integer data into text data
None of these
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error
Non graphics symbols in c++ language is known as ____________.
Punctuators
Operators
Escape sequence
? is _________ operator.
Arithmetic operation
__________ contain the information required for the compilation of the source program.
Header file
Main function
Pre processor
IDE stands for
Integrated Development Enviornment
International Development Enviornment
Intercode Development Enviornment
Inter related Development Enviornment