Questions

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 3459
Q:

Who was the first Musilm invader to enter India?

A) Mohammed Ghauri B) Mohammed - bin - Qasim
C) Mohammed Ghazni D) Qutab-ud-din Aibak
 
Answer & Explanation Answer: B) Mohammed - bin - Qasim

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 3459
Q:

Which is the Hottest Place in the World ?

Answer

Azizia (Libya,Africa) 136 F


Report Error

View answer Workspace Report Error Discuss

5 3458
Q:

Which of these is an example of government corruption?

A) tax revenue B) contracting
C) cronyism D) all the above
 
Answer & Explanation Answer: C) cronyism

Explanation:

Cronyism is the practice of partiality in awarding jobs and other advantages to friends, family relatives or trusted colleagues, especially in politics and between politicians and supportive organizations.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

7 3457
Q:

What does the Mount protocol do?

Answer

The Mount protocol returns a file handle and the name of the file system in which a requested file resides. The message is sent to the client from the server after reception of a client's request.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

3 3457
Q:

Basophils increase in number when parasitic invasion occurs.

A) TRUE B) FALSE
Answer & Explanation Answer: B) FALSE

Explanation:

FALSE. Basophils number will not be increased when parasitic invasion occurs.


 


Basophils are a type of white blood cell. Although they're produced in the bone marrow, they're found in many tissues throughout your body. They're part of your immune system and play a role in its proper function.


 


Basophils appear in many specific kinds of inflammatory reactions, particularly those that cause allergic symptoms. If your basophil level is low, it may be due to a severe allergic reaction.


 


Basophils contain anticoagulant heparin, which prevents blood from clotting too quickly. They also contain the vasodilator histamine, which promotes blood flow to tissues.


 

Report Error

View Answer Workspace Report Error Discuss

Subject: Biology
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank PO

2 3456
Q:

The meristem which occurs between mature tissues is known as _________meristem.

A) Intercalary B) Primary
C) Lateral D) Apical
 
Answer & Explanation Answer: A) Intercalary

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 3456
Q:

What are the sub-components of I/O manager in Windows NT?

Answer

- Network redirector/ Server


- Cache manager.


- File systems


- Network driver


- Device driver

Report Error

View answer Workspace Report Error Discuss

0 3456