Questions

Q:

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

A dime a dozen

A) Strength is in numbers B) People who say bad things have no value
C) Very common and of no particular value D) You save more if you buy in large numbers
 
Answer & Explanation Answer: C) Very common and of no particular value

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

In the following question, four words are given out of which one word is correctly spelt. Select the correctly spelt word.

A) conturtion B) contorsion
C) contortion D) contursion
 
Answer & Explanation Answer: C) contortion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2146
Q:

Pune was once known as the capital of

A) Scindias B) Holkars
C) Bhosales D) Peshwas
 
Answer & Explanation Answer: D) Peshwas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 2146
Q:

The ability of a corporation to obtain capital is

A) about the same as a partnership B) enhanced because of limited liability and ease of share transferability
C) restricted because of the limited life of the corporation D) less than a partnership
 
Answer & Explanation Answer: B) enhanced because of limited liability and ease of share transferability

Explanation:
Report Error

View Answer Report Error Discuss

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

5 2146
Q:

C program to find the factorial of a given number

Answer

 #include<stdio.h>
int main(){
  int i=1,f=1,num;

  printf("Enter a number: ");
  scanf("%d",&num);

  while(i<=num){
      f=f*i;
      i++;
  }

  printf("Factorial of %d is: %d",num,f);
  return 0;
}

Sample output:
Enter a number: 5
Factorial of 5 is: 120

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2146
Q:

Prime Minister of which country attended the recently organised river festival 'Namami Brahmaputra' in India?

A) Bhutan B) China
C) Nepal D) Bangladesh
 
Answer & Explanation Answer: A) Bhutan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 2146
Q:

If the speed of an object moving along a straight line is constant, its motion is said to be _________.

A) Uniform B) Periodic
C) Circular D) Non-uniform
 
Answer & Explanation Answer: A) Uniform

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

2 2146
Q:

Name the scientist who proposed the cell theory

A) Schleiden and Schwann B) Lamarck
C) Treviranus D) Whittaker and Stanley
 
Answer & Explanation Answer: A) Schleiden and Schwann

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

2 2146