Questions

Q:

Late Raja Ravi Verma, was an eminent figure in which of the following fields

A) Dance B) Politics
C) History D) Painting
 
Answer & Explanation Answer: D) Painting

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

3 5518
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 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:

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:

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

Answer the Following Puzzle

Number Puzzles Questions and Answers

A) 22 B) 33
C) 44 D) 55
 
Answer & Explanation Answer: A) 22

Explanation:

In each circle,lower number equals the product of the top two numbers, subtracting 3 for the left hand circle, 4 for the middle, and 5 for the right hand circle.

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles

25 5509
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 5509