Questions

Q:

When the simmon commission visited India the Viceroy was

A) Lloyd George B) Lord lrwin
C) Lord Reading D) Lord Ripon
 
Answer & Explanation Answer: B) Lord lrwin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4025
Q:

How would you free the memory allocated by the following program?

#include "alloc.h"

#define MAXROW 3

#define MAXCOL 4

main()

{

     int **p, i;

     p = (int **) malloc (MAXROW * sizeof (int *));

      for ( i = 0; i < MAXROW ; i++)

            p[i] = (int *) malloc (MAXCOL * sizeof (int ));

}

Answer

for ( i=0; i < MAXROW ; i++)


free (p[i]);


free (p);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4025
Q:

The Mughals ruled India for one and half centuries effectively and gave Political unity to the country. In which of the following fields could they not succeed fully?

A) An efficient system of administration B) Political stability
C) Development of trade and industry D) Establishment of a common culture and unification of all communities to become a homogeneous nation
 
Answer & Explanation Answer: D) Establishment of a common culture and unification of all communities to become a homogeneous nation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

1 4024
Q:

Who amongst the following is the author of the book ' Freedom from Fear '

A) Nelson Mandela B) Aung San Suukyi
C) Taslima Nasreen D) Benazir Bhutto
 
Answer & Explanation Answer: B) Aung San Suukyi

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

10 4023
Q:

Answer the Following Puzzle.

Number Puzzles Questions and Answers

A) 16 B) 13
C) 97 D) 56
 
Answer & Explanation Answer: B) 13

Explanation:

In each circle, starting at the  top left segment ,numbers increase, as you move clockwise,by 2 for the upper left circle,3 for the upper right, 4 for the lower right and 5 for the lower left

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles

8 4023
Q:

 Stored procedures have which of the following advantages?

A) It takes a longer time to write them as compared to writing Visual Basic. B) Data integrity improves as multiple applications access the same stored procedure.
C) Network traffic increases D) Result in thicker client and thinner database server.
 
Answer & Explanation Answer: B) Data integrity improves as multiple applications access the same stored procedure.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4023
Q:

Which of the properties of the element is a whole number

A) atomic mass B) atomic number
C) atomic radius D) atomic volume
 
Answer & Explanation Answer: B) atomic number

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

5 4021
Q:

Every year " National Maritime Day of India " is observed on

A) 1st April B) 2nd Aril
C) 4th April D) 5th April
 
Answer & Explanation Answer: D) 5th April

Explanation:

National Maritime Day of India is observed every year on 5th April. On this day in 1919, S S Loyalty, the first ship of the Scindia Steam Navigation Company, journeyed to the United Kingdom.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: Bank Exams

5 4021