Questions

Q:

Where will the Olympic Games in 2012 be held

A) Italy B) Germany
C) France D) England
 
Answer & Explanation Answer: D) England

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

4 4859
Q:

Why address bus in unidirectional and data bus is bidirectional?

Answer

Because there is no need address traansaction between processor and peripheral device but data bus is needed because data has to be read and write

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

3 4858
Q:

Can I increase the size of a dynamically allocated array? < Yes / No> if yes, how?

Answer

Yes, using the realloc() function as shown below:


main()


{


        int *p;


        p = ( int *) malloc (20) ;


        t = p;


        t = (int *) realloc ( p, 40);


        if ( t == NULL )


        Printf (" Cannot reallocate, leaves previous allocated region unchanged ");


       else


       {


              if ( p ==t )


              ;  / * the array expanded at the same region */


             else


            { 


                 free ( p ); / * deallocate the original array */


                 p = t;  /* set p to newly allocated region */


             }


      }


}  

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 4858
Q:

How many languages are contained in the  VIIIth schedule of the Indian Constitution?

A) 18 B) 22
C) 16 D) 12
 
Answer & Explanation Answer: B) 22

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

3 4858
Q:

Which state tourism department's motto is 'A living heritage of heroism'?

A) Madhya Pradesh B) Gujarat
C) Rajasthan D) Himachal Pradesh
 
Answer & Explanation Answer: C) Rajasthan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

13 4857
Q:

The Korba coalfield is located in

A) Orissa B) West Bengal
C) Chhttisgarh D) Assam
 
Answer & Explanation Answer: C) Chhttisgarh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

3 4857
Q:

Ravi Varma is famous in which of the following fields?

A) Dancing B) Sculpture
C) Painting D) Singing
 
Answer & Explanation Answer: C) Painting

Explanation:

he is famous in painting

Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 4855
Q:

______ was named by the Arabs as City of gold ?

A) Mumbai B) Jaipur
C) Cooch Behar D) Multan
 
Answer & Explanation Answer: D) Multan

Explanation:

Mumbai - City of Wealth

Jaipur - Pink City

Cooch Behar - City of Beauty

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

11 4854