Easy Tutorial
For Competitive Exams

Banking sector reforms in India were introduced for the purpose of

Giving more and more employment opportunities to the educated unemployed
Taking care of the downtrodden masses
Increasing efficiency in the banking activities
Giving better return to the Central Government
Additional Questions

Banks can control their transaction costs by

Answer

Synonym:FOSTERING

Answer

Antonym:Profusion

Answer

Error Spotting:The father(a) / as well as the sons were(b) / mysteriously missing (c)/ from the house.(d)

Answer

Fill in the blank:My house is ______ the third crossroads after the bridge.

Answer

Fill in the blanks:In a democratic society every voter has a/an _______ to ________ his vote in the election process.

Answer

Oracle Technical TestWhat will be the output of the following program on GCC compiler?

#include

int main() {

char str[]=`MalayalaM`;

char $\times$ s;

s= str + 8;

while(s>=str){

printf("%c", $\times$ s);

s--;

}

return 0;

}

Answer

Which of the statements is correct about the following program on GCC compiler?

int main() {

char a[]="Add";

int * j;

j = &a;

printf("%c\n", * j+2);

return 0;

}

Answer

Which is true about a method-local inner class?

Answer

What will be the output of the program?

public class Switch2 {

final static short x = 2;

public static int y = 0;

public static void main(String [] args) {

for (int z=0; z < 4; z++) {

switch (z) {

case x:

System.out.print("0 ");

default:

System.out.print("def ");

case x-1:

System.out.print("1 ");

break;

case x-2:

System.out.print("2 ");

}}}}

Answer
Share with Friends
Privacy Copyright Contact Us