Questions

Q:

In which of the following cases, the Supreme Court held that fundamental rights are unamendable?

A) A.K.Gopalan's case B) Keshvananda Bharati's case
C) M.C Mehta's case D) Golak Nath's case
 
Answer & Explanation Answer: D) Golak Nath's case

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

91 24106
Q:

What would be the output of the following program ?

main() 

{

       unsigned  int a = oxffff;

        ~a;

        printf ("%x", a);

}

A) ffff B) 0000
C) 00ff D) None of the above
 
Answer & Explanation Answer: A) ffff

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

0 24101
Q:

Which one of the following cities will never get the vertical rays of the sun?

A) Srinagar B) Thiruvananthapuram
C) Kolkata D) Mumbai
 
Answer & Explanation Answer: A) Srinagar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

58 24088
Q:

The largest and the oldest museum of India is located in the state/union territory of

A) New Delhi B) West Bengal
C) Uttar Pradesh D) Andhra Pradesh
 
Answer & Explanation Answer: B) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

69 24077
Q:

Output of the Program :

main()

{

int i = 1;

while (i <= 5)

    {

         printf( "%d", i );

         if (i > 2) goto here;

         i++;

     }

}

fun()

{

here : printf( "PP" );

}

A) 1 B) 2
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: C) Compilation error

Explanation:

Compiler error: Undefined label 'here' in function main

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 24044
Q:

Temperature can be expressed as derived quantity in terms of any of the following

A) length and mass B) mass and time
C) length,mass and time D) in terms of none
 
Answer & Explanation Answer: D) in terms of none

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics

205 24004
Q:

Which of the following animals was not known to the Indus Valley Civilization

A) Bull B) Horse
C) Giraffe D) Elephant
 
Answer & Explanation Answer: C) Giraffe

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

63 23971
Q:

The smallest unit in a digital system is a.........

A) Bit B) Byte
C) Character D) Kilobyte
 
Answer & Explanation Answer: A) Bit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

116 23927