Questions

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 2139
Q:

Out of the four alternatives, choose the one which can be substituted for the given words/sentences and click the button corresponding to it.

Belong to the same period

A) Comrades B) Contemporaries
C) Compromises D) Renegades
 
Answer & Explanation Answer: B) Contemporaries

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2139
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 2139
Q:

What are system calls?

Answer

System calls provide the interface between a process and the operating system. System calls for modern Microsoft windows platforms are part of the win32 API, which is available for all the compilers written for Microsoft windows.

Report Error

View answer Workspace Report Error Discuss

1 2139
Q:

Water :Ocean :: Snow : ?

A) Mountain B) Glacier
C) Hail D) Peaks
 
Answer & Explanation Answer: B) Glacier

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Verbal Reasoning - Mental Ability
Exam Prep: Bank Exams
Job Role: Bank PO , Bank Clerk

0 2139
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 2139
Q:

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

A) indisposition B) indesposition
C) indispossition   D) indespossition
 
Answer & Explanation Answer: A) indisposition

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2139
Q:

Bronze is the mixture of

A) copper and tin B) tin and aluminium
C) aluminium and copper D) copper and iron
 
Answer & Explanation Answer: A) copper and tin

Explanation:

Bronze is the mixture of is a mixture of copper and tin. The composition is copper is 88% and tin is 12%.

Report Error

View Answer Report Error Discuss

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

2 2139