Which of the following is a get from operator?
>>
<<
>
<
Which operators are defined to perform basic arithmetic operations ?
Arithmetic
Logical
Relational
None of these
In C++ __________ operator are used for getting reminder during devision.
≠
%
÷
/
The Interger data type consume_________ type of memory space.
1 bit
8 byte
2 byte
4 byte
Which increases the range of values of the data type ?
Short
Signed
Long
Const
Which modifier is used to create constants ?
Void
Float
The increament operator is
+
++
+-
+=
Which statement is used to terminate the action block in switch statement?
else
exit
break
endl
Which one of the following is a multiple branching statement?
If
switch
nested if
if else
Which of the following are the whole number without fractional part ?
Character
Integer
Floating
Number