Which form of the continue statement makes the executive continue at the next iteration?
a) Break
b) Use case
c) Next
d) Label
In which statement the loops are skipped and the next iteration starts.
a) Break
b) Continue
c) Go to
d) Label
Int value [ ] is a format used to represent-
a) Command
b) List
c) Value
d) Array
Which represents the array, which stores the value 10?
a) new int [10];
b) array [10];
c) intvalue [ ]= new int [10];
d) int value [10];
Which keyword creates a new array object?
a) New
b) Create
c) Value
d) Delete
Constructor, which doesn’t take any parameter is called-
a) Default constructor
b) Destructor
c) Copy constructor
d) Constructor