Questions

Q:

In the following question, out of the four alternatives, select the word opposite in meaning to the word given.
Lugubrious

A) Clumsy B) Lucid
C) Optimistic D) Sinister
 
Answer & Explanation Answer: C) Optimistic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2198
Q:

Why we use do-while loop in c?

Answer

It is also called as post tested loop. It is used when it is necessary to execute the loop at least one time. Syntax:

do {
Loop body
} while (Expression);

Example:

int main(){
    int num,i=0;  
    do{
         printf("To enter press 1\n");
         printf("To exit press  2");
         scanf("%d",&num);
         ++i;
         switch(num){
             case 1:printf("You are welcome\n");break;
             default : exit(0);
         }
    }
    while(i<=10);
    return 0;
}

Output: 3 3 4 4

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2197
Q:

Which of the following medieval rulers was called 'Jagat Guru'?

A) Ibrahim Qutbshah B) Ibrahim Adilshah I
C) Akbar D) Malik Ambar
 
Answer & Explanation Answer: B) Ibrahim Adilshah I

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams , GATE
Job Role: Bank Clerk , Bank PO

0 2197
Q:

Name the inventor of ATM (automated teller machine), it was opened on 27th June, 1967 by Barclays bank?

A) J Shepherd-Barron B) M D White
C) D C Wetzel D) Wilfred Barron
 
Answer & Explanation Answer: A) J Shepherd-Barron

Explanation:

John Shepherd-Barron was the inventor of ATM (automated teller machine), which was opened on 27th June, 1967 by Barclays bank.

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2197
Q:

In the following question, choose the word which is opposite in meaning to the give word and click the button corresponding to it.

GRACEFUL

A) AWKWARD B) ELEGANT
C) GRACIOUS D) UGLY
 
Answer & Explanation Answer: A) AWKWARD

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2197
Q:

In the following question, out of the given four alternatives, select the alternative which best expresses the meaning of the Idiom/Phrase.

 

All Greek to me

A) Out of danger B) Incomprehensible
C) Very dear D) Consulting seriously
 
Answer & Explanation Answer: B) Incomprehensible

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2196
Q:

Improve the bracketed part of the sentence. The hapless kid (cut a sorry figure) in his first performance on the stage.

A) made a sorry figure B) made a sad figure
C) cut a sorry face D) no improvement
 
Answer & Explanation Answer: D) no improvement

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2196
Q:

In the following question, out of the four alternatives, choose the alternative which best expresses the meaning of the idiom/Phrase.

 

Ruffle somebody's feather

A) gamble B) escape responsibility
C) annoy somebody D) show contempt for
 
Answer & Explanation Answer: C) annoy somebody

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2196