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

According to the modern Periodic Law, the properties of elements are periodic functions of their

A) volency B) atomic mass
C) number of neutrons D) atomic number
 
Answer & Explanation Answer: D) atomic number

Explanation:

Atomic number is the serial number of an element in the periodic classification of elements. It gives the number of protons and also the number of electrons in an atom.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

6 5516
Q:

Commissioners for the Affairs of India were known as 

A) Court of directors B) Board of Directors
C) Board of Control D) Board of Merchants
 
Answer & Explanation Answer: C) Board of Control

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

6 5515
Q:

The...........dish is one of the most  popular dishes of Kashmir?

A) Aloo Ka Raita B) Dum Aloo
C) Kesar Chawal D) Murgh Achaari
 
Answer & Explanation Answer: B) Dum Aloo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture

76 5511
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 5510
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 5506
Q:

The formation of frost on cooling coils in a refrigerator

A) Increases heat transfer B) Improves C.O.P. of the system
C) Increases power consumption D) Reduces power consumption
 
Answer & Explanation Answer: C) Increases power consumption

Explanation:

The formation of frost on cooling coils in a refrigerator Increases power consumption.

The_formation_of_frost_on_cooling_coils_in_a_refrigerator1593770992.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 5505