(A) Rotational time+Transfer time
(B) Seek time+Transfer Time
(C) Seek Time+Rotational time
(D) Seek time+Rotational time+Transfer time
Author:
The if-else statement can be replaced by which operator?
(A) Conditional operator
(B) Arithmetic operator
(C) Bitwise operator
(D) Logical operator
The destination statement for the goto label is identified by what label?
(A) #
(B) $
(C) @
(D) :
What is the name of * operator in pointer?
(A) Address of operator
(B) Value at address operator
(C) Multiplication operator
(D) None of the above
goto is a?
(A) Label
(B) Operator
(C) Function
(D) Variable
Which among is scope resolution operator?
(A) :
(B) ?:
(C) ::
(D) None of the above
Which looping address is best used when we known the number of iterations?
(A) for loop
(B) while loop
(C) do-while loop
(D) None of the above