In C++ __________ operator are used for getting reminder during devision.
≠
%
÷
/
Which data type consume a byte of memory ?
Interger
Float
Character
Double
How many times the initialization expression is executed in a for loop?
Twice
More than twice
Many
once
Which of the following is used to construct the basic statements in C++?
Token
Keywords
Loops
Variables
C++ represent floating point numbers in
Interger and fractional
Decimal and fractional
Fractional and exponent
None of these
Which control structure causes one time jump to a different part of program?
jump statement
loop statement
assignment statement
decision statement
In which type of loop, the body of the loop is executed first?
Exit Check loop
Entry check loop
Pre-tested loop
Conditional loop
Which type of modifiers are not to hold negative value ?
Signed
Long
Unsingned
Character data type are declared using the key word
int
Text
Char
The access of the constant variable is only
Write
Read