What do you mean by a loop may contain another loop in its body?
infinite loop
top-tested loop
nested loop
empty
Which control structure causes one time jump to a different part of program?
jump statement
loop statement
assignment statement
decision statement
Which data type consume a byte of memory ?
Interger
Float
Character
Double
Which of the following are the whole number without fractional part ?
Integer
Floating
Number
The increament operator is
+
++
+-
+=
In while loop where can be the loop variable is initialized?
Inside the loop
Before the loop
After the loop
Any where in the loop
C++ represent floating point numbers in
Interger and fractional
Decimal and fractional
Fractional and exponent
None of these
Which operators perform the logical comparison of operands?
Relational
Logical
Arithmetic
Which type of stream object is cin?
output stream
file stream
input stream
none of these
Which type of modifiers are not to hold negative value ?
Signed
Long
Unsingned