Punctuators are also known as ____________.
Symbol
Token
Separator
Literal
____________ are data items that never change their value during the program run.
Literals
Identifier
Operators
Compiler
IDE stands for
Integrated Development Enviornment
International Development Enviornment
Intercode Development Enviornment
Inter related Development Enviornment
__________ refers to formal rules governing the construction of valid statements in a language.
Logical error
Syntax error
Programing error
None of these
All pre processor directives are begin with ____________ symbol.
\
≠
{
(
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
__________is the preprocessor directive and is used to link the header files available in the C++ library.
Main()
Statement
#include
Find the correct statement.
Cin >>X ; >> Y ;
Cin >>" X" ; >> Y ;
Cin >> X >> Y ;
Cin >> X ; >> "Y" ;
The ___________ option can be used with out compliny the source code.
Compile
Run
Edit
Save
_____________ are the token that triggers some kind of operation on the data.
Punctuators