Questions

Q:

Rearrange the parts of the sentence in correct order.
In Tamil nadu,
P-cows and bulls are worshipped and celebrated
Q-on Maattu Pongal,
R-and the finale is Jallikattu

A) QRP B) QPR
C) PRQ D) RPQ
 
Answer & Explanation Answer: B) QPR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2077
Q:

Where's MBR located on the disk?

Answer

Main Boot Record is located is sector 0, track 0, head 0, cylinder 0 of the primary active partition.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2077
Q:

What would be the output of the following program?

main()

{

    int i = -3, j =2, k =0, m ;

    m = ++j && ++i || ++k ;

    Printf ( "\n%d%d%d%d", i , j , k , m );

}

Answer

-2  3  0  1

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2077
Q:

Which error are you likely to get when you run the following program?

main()

{

  struct emp

  {

      char name[20];

      float sal;

  };

  struct emp e[10];

  int i;

  for ( i = 0 ; i <= 9; i++)

        scanf ( "%s %f" , e[i].name, &e[i].sal );

}

Answer

Floating point formats not linked

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2077
Q:

What would be the output of the following program?

main()

{

    printf (" %d%d%d ", sizeof (3.14f), sizeof (3.14), sizeof (3. 141);

}

Answer

4  8  10

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2076
Q:

Improve the bracketed part of the sentence.
(Hardly nothing) was offered to the victims of the earthquake.

A) Hardly something B) Hardly anything
C) Hardly little D) No improvement
 
Answer & Explanation Answer: B) Hardly anything

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2076
Q:

Select the word with the correct spelling.

A) adendum B) atlantise
C) inovate D) abseiled
 
Answer & Explanation Answer: D) abseiled

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , GRE

0 2076
Q:

Improve the bracketed part of the sentence.

Taj Mahal is (a worth seeing monument) in Agra.

A) a monument to see its worth B) a monument worth seeing
C) one of worth seeing monuments D) No improvement
 
Answer & Explanation Answer: B) a monument worth seeing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

0 2075