Questions

Q:

The average of five consecutive even numbers is 40. What is the value of smallest of these numbers?

A) 35 B) 36
C) 44 D) 48
 
Answer & Explanation Answer: B) 36

Explanation:
Report Error

View Answer Report Error Discuss

0 2356
Q:

Write a c program to print multiplication table

Answer

 #include<stdio.h>
int main(){
  int r,i,j,k;
  printf("Enter the number range: ");
  scanf("%d",&r);
  for(i=1;i<=r;i++){
      for(j=1;j<=10;j++)
           printf("%d*%d=%d ",i,j,i*j);
      printf("\n");
  }
  return 0;
}

Sample Output:
Enter the number range: 5

1*1=1 1*2=2 1*3=3 1*4=4 1*5=5 1*6=6 1*7=7 1*8=8 1*9=9 1*10=10
2*1=2 2*2=4 2*3=6 2*4=8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2*10=20
3*1=3 3*2=6 3*3=9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3*10=30
4*1=4 4*2=8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4*10=40
5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5*10=50

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2356
Q:

We are able to walk on earth without slipping because of

A) Gravitational force B) Frictional force
C) Viscous force D) Centrifugal force
 
Answer & Explanation Answer: B) Frictional force

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 2356
Q:

Name the President of India who was elected unopposed?

A) Dr. Neelam Sanjiva Reddy B) Dr. Zakir Husain
C) Dr. Shankar Dayal Sharma D) Dr. Fakhruddin Ali Ahmed
 
Answer & Explanation Answer: A) Dr. Neelam Sanjiva Reddy

Explanation:

The President of India who was elected unopposed was Dr. Neelam Sanjiva Reddy.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2355
Q:

Which defence satellite would be launched by ISRO for DRDO in March 2019?

A) GSAT - 11 B) MICROSAT - R
C) Emisat D) Cartosat - 1
 
Answer & Explanation Answer: C) Emisat

Explanation:

Emisat defence satellite would be launched by ISRO for DRDO in March 2019.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

2 2355
Q:

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

To heave a sigh of relief

A) To ecome very tired with routine or boring work B) To suddenly feel very happy because something unpleasant has not happened or has ended
C) To Feel extremely sad over someone else's misfortune D) To Feel silent anger over real or perceived injustice
 
Answer & Explanation Answer: B) To suddenly feel very happy because something unpleasant has not happened or has ended

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2355
Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correct alternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

I was impressed of it.

A) by B) on
C) for D) No improvement
 
Answer & Explanation Answer: A) by

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2355
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

 

An opinion or conclusion formed on the basis of incomplete information

 

A) Proof B) Conjecture
C) Clincher D) Averment
 
Answer & Explanation Answer: B) Conjecture

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

1 2355