Questions

Q:

Which is fastest swimming fish

Answer

sailfish

Report Error

View answer Workspace Report Error Discuss

34 5521
Q:

Asian Hotels Ltd owns and operates world's one of the leading hotel brands in India. Identify the brand.

A) Le Meridien B) Hyatt Regency
C) Hilton D) Welcome
 
Answer & Explanation Answer: B) Hyatt Regency

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

38 5518
Q:

The act of violating the sanctity of the church is called Sacrilege.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

The act of violating or misuse of what is regarded as sacred i.e, like the sanctity of the church is called Sacrilege.

Report Error

View Answer Workspace Report Error Discuss

Subject: English
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

9 5517
Q:

The Sunderbans are found in

A) The Luni Basin B) Godavari Delta
C) Ganga Delta D) Mahanadi Delta
 
Answer & Explanation Answer: C) Ganga Delta

Explanation:

These mangrove or tidal forests are found in the submerged coastal plains of the Ganga. The name comes from the abundant sundari trees found here. 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

4 5516
Q:

Guess the Number missed in Number Challenge ?

18034303_1300193573421077_7214011606574212801_n1499930701.jpg image

A) 3 B) 5
C) 9 D) 1
 
Answer & Explanation Answer: B) 5

Explanation:

Sum of numbers in all individual boxes must be equal.

Here sum must be equal to 30.

=> x + 14 + 9 + 2 = 30 => x = 5. 

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

15 5516
Q:

Point out the error, if any, in the following program.

#include "stdarg.h"

main()

{

     display ( 4, 12.5, 13.5, 14.5, 44.3);

}

display(int num, ...)

{

       float c; int j;

        va_list ptr;

        va_start (ptr, num);

        for ( j = 1; j <= num; j++)

        {

            c = va_arg ( ptr, float );

            printf ("\n%f", c);

         }

}

Answer

While extracting a float argument using va_arg we should have useed 


c = va_arg (ptr, double)

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 5514
Q:

A series of instructions that tells a computer what to do and how to do it is called a _______

A) Program B) Command
C) User response D) Processor
 
Answer & Explanation Answer: A) Program

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 5514
Q:

What is the capital of Nigeria?

A) Monaco B) Abuja
C) Podgorica D) None
 
Answer & Explanation Answer: B) Abuja

Explanation:

Abuja is the capital of Nigeria

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

46 5513