Questions

Q:

Which of the following is the only member of the G-15 from the Indian subcontinent

A) Nepal B) Bangladesh
C) Burma D) Pakistan
 
Answer & Explanation Answer: D) Pakistan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

6 5544
Q:

What Frank Whittle invented?

A) Radar B) Ethyl gasoline
C) Sonar D) Jet propulsion
 
Answer & Explanation Answer: D) Jet propulsion

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

6 5542
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 5541
Q:

Which is fastest swimming fish

Answer

sailfish

Report Error

View answer Workspace Report Error Discuss

34 5540
Q:

Which one of the following was not authorised by Annie Besant?

A) The future of Indian politics B) How India fought for freedom
C) The case for India D) India Old and New
 
Answer & Explanation Answer: D) India Old and New

Explanation:

Except option D all the other were posted by Annie Besent

Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 5539
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 5539
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 5538
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 5538