A variable in C++ cannot be used _________________
A variable in C++ cannot be used _________________
Total number of keywords in C++ is _____________
Total number of keywords in C++ is _____________
Why preprocessing directives are used? e.g. #include
Why preprocessing directives are used? e.g. #include
In C++, the semicolon is used as a ______________
In C++, the semicolon is used as a ______________
Which statement is correct for chained assignment?
Which statement is correct for chained assignment?
Post-increment operator is denoted by ______________
Post-increment operator is denoted by ______________
The operator that takes two operands are called _____________
The operator that takes two operands are called _____________
Unsigned integers in C++ are ______________
Unsigned integers in C++ are ______________
A program is made up of individual syntactic elements, called ________________
A program is made up of individual syntactic elements, called ________________
int n1, n2 = 55 is an example of ___________
int n1, n2 = 55 is an example of ___________