Which of the following cannot be checked in a switch-case statement?
View Options
Intz,x=5,y=-10,a=4,b=2; z = x++ - --y * b / a; What number will z in the sample code above contain?
View Options
Which of the following data structure is most efficient in terms of both space and time to reverse a string of characters
View Options
What restriction is there on using the super reference in a constructor?
View Options
Which one of the following methods keeps the Thread t in Runnable state?
View Options
Providing access to class variables only through its member functions, while keeping the details private is called ___________. 
View Options
______clause is an additional filter that is applied to the result.
View Options
In SQL, which of the following is not a data definition language commands?
View Options
The errors that can be pointed out by the compiler are :
View Options
The simultaneous processing of two or more programs by multiple processors is
View Options
realloc(ptr, size), where size is zero means
View Options
int i = 1,j; j=i--- -2; printf("%d",j); What will be the output of the above statements?
View Options
Given a binary search tree, which traversal type would print the values in the nodes insorted order?
View Options
What is a class?
View Options
Which of the following statements about arrays is syntactically wrong?
View Options