Bitwise operator allows you-
a) Bit coordination
b) Complement
c) Bit manipulation
d) Assignment
۸ operator is –
a) Bitwise complement
b) Bitwise OR
c) Bitwise XOR
d) Bitwise AND
>>> has the following operators.
a) Shift left
b) Shift right
c) Shift left by distance
d) Shift left by distance
Correct syntax for Loop is-
a) For (initial statement, termination bond, increment instruction)
b) For (initial statement, increment statement)
c) For (I = 0, C++)
d) For (termination condition, increment)
Syntax for while Loop.
a) While (condition) { ………..}
b) While { ………..} (condition)
c) Condition {while}
d) While {………}
Which statement is used to jump out of the loop?
a) Do while
b) While
c) Break
d) Continue