Questions

Q:

The first animal to go into space was

Answer

Dog

Report Error

View answer Workspace Report Error Discuss

17 3536
Q:

What is the name of the law for the storage and use of data in the UK?

Answer

Data Protection Act

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3535
Q:

When did East African Development Bank come into force

A) 1967 B) 1980
C) 1982 D) 1983
 
Answer & Explanation Answer: A) 1967

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

7 3534
Q:

 Which of the following improves a query's processing time?

A) Write complex queries. B) Combine a table with itself.
C) Query one query within another. D) Use compatible data types.
 
Answer & Explanation Answer: D) Use compatible data types.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 3534
Q:

You can see me in water, but I never get wet.

Answer

A reflection.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: TOEFL , CAT , Bank Exams
Job Role: Bank Clerk , Bank PO

18 3533
Q:

What is the capital of Niger?

A) Windhoek B) Niamey
C) Melekeok D) Bamako
 
Answer & Explanation Answer: B) Niamey

Explanation:

Capital of Niger is Niamey

Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals

14 3533
Q:

How would you dynamically allocate a 2-D array of integers?

Answer

#include "alloc.h"


#define MAXROW 3


#define MAXcol 4


main()


{


        int *p, i, J;


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


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


         {


                for (j=0; j < MAXCOL ; j++)


                { 


                      p [ i * MAXCOL + j] = i;


                       printf ( "%d", p [i * MAXCOL + j] );


                 }


                  printf ("\n");


          }


}

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3533
Q:

Which is not a topography produced by volcanocity

A) Cones B) Crater
C) Caldera D) Cirque
 
Answer & Explanation Answer: D) Cirque

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

0 3533