Questions

Q:

In which one among the following districts is the highest point of Eastern Ghats located?

A) Ganjam B) Visakhapatnam
C) Kurnool D) North Arcot
 
Answer & Explanation Answer: B) Visakhapatnam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

10 4611
Q:

The atoms of the elements having same mass number but different atomic number are called

A) Isotopes B) Isobars
C) Isotones D) Isomers
 
Answer & Explanation Answer: B) Isobars

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

6 4611
Q:

Rubella diseases is described first by the scientist

A) Abu Baqre B) Ronald Ross
C) Laveris D) Darwin
 
Answer & Explanation Answer: A) Abu Baqre

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

7 4611
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 4608
Q:

The brain is covered by

A) meninges B) skin
C) bone D) all the above
 
Answer & Explanation Answer: D) all the above

Explanation:

The central nervous system ( brain and spinal card ) are invested with the meninges which nourish and protect the system .This again is enclosed inside a bony box which has the skin above it

Report Error

View Answer Report Error Discuss

Filed Under: Biology

14 4606
Q:

Which is the most southerly test match grounds of England

A) The Lords B) The Oval
C) The Veears D) The Lyra
 
Answer & Explanation Answer: A) The Lords

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports

9 4604
Q:

The Buckingham Canal, which has been declared a National Waterway of India recently, is a canal running from

A) Punjab to Haryana B) Mumbai to goa
C) Vijayawada to Villupuram D) Cochin to Kozhikode
 
Answer & Explanation Answer: C) Vijayawada to Villupuram

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

3 4603
Q:

In which of the following state Bandipur National Park is located?

A) Karnataka B) Andhra Pradesh
C) Himachal Pradesh D) Madhya Pradesh
 
Answer & Explanation Answer: A) Karnataka

Explanation:

Bandipur National Park is located in the state of Karnataka.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank PO , Database Administration , IT Trainer

7 4602