Questions

Q:

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

 

On a wing and a prayer

 

A) A prayer can move mountains. B) A prayer has the strength to make you achieve great heights just like wings do.
C) The more one gets into prayer the closer one feels to God. D) With only the slightest chance of success.
 
Answer & Explanation Answer: D) With only the slightest chance of success.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2111
Q:

In the following question, out of the given four alternatives, select the one which best expresses the meaning of the given word.

Clandestine

 

A) Truthful B) Secret
C) Frank D) Upright
 
Answer & Explanation Answer: B) Secret

Explanation:
Report Error

View Answer Report Error Discuss

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

0 2110
Q:

In the following question, a word has been written in four different ways out of which only one is correctly spelt. Select the correctly spelt word.

A) Ocurrense B) Ocurrence
C) Occurrence D) Occurence
 
Answer & Explanation Answer: C) Occurrence

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2110
Q:

Which is the first Harry Potter Book?

A) HP and the Philosopher's Stone B) HP and The Chamber Of Secrets
C) HP and Goblet of Fire D) None of the above
 
Answer & Explanation Answer: A) HP and the Philosopher's Stone

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

1 2110
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2110
Q:

Washing machines and microwave oven are operated by _______________ embedded inside these gadgets.

A) Satellites B) Electronic Device
C) e-books D) Internet
 
Answer & Explanation Answer: B) Electronic Device

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

6 2110
Q:

India is the ______ largest country in the world.

A) 3rd B) 5th
C) 7th D) 9th
 
Answer & Explanation Answer: C) 7th

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 2110
Q:

Glaucoma is usually caused by

A) High pressure on the optic nerve B) Loss of hearing
C) Loss of Bone density D) None of the above
 
Answer & Explanation Answer: A) High pressure on the optic nerve

Explanation:

Glaucoma is usually caused by high pressure on the optic nerve which leads the loss of eye sight.

Report Error

View Answer Report Error Discuss

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

2 2110