Questions

Q:

Which is fastest swimming fish

Answer

sailfish

Report Error

View answer Workspace Report Error Discuss

34 5520
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 5519
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 5518
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:

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 5517
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 5512
Q:

Every computer on the internet is known as

A) Client B) Modem
C) Server D) Host
 
Answer & Explanation Answer: D) Host

Explanation:

Every computer on the internet needs a string called Internet Protocol (IP address) to perform its work. So Every computer on the internet is known as Host.

Report Error

View Answer Report Error Discuss

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

11 5512