Which type of modifiers are not to hold negative value ?
Signed
Double
Long
Unsingned
In which type of loop, the body of the loop is executed first?
Exit Check loop
Entry check loop
Pre-tested loop
Conditional loop
How many times the initialization expression is executed in a for loop?
Twice
More than twice
Many
once
Which data type consume a byte of memory ?
Interger
Float
Character
In C++ __________ operator are used for getting reminder during devision.
≠
%
÷
/
Which statement will just abandon the current iteration and start the next iteration?
break
label
return
continue
The long floating numbers is represented by which data type ?
Void
Exponent
Which modifier is used to create constants ?
Const
Which header file in C++ is used to declare the cin object?
fstream.h
istream.h
ifstream.h
ofstream.h
Which symbol is used to represent a preprocessor directive in C++?
$
@
~
#