Questions

Q:

Which day is celebrated as United nations Day every year

A) 7th April B) 24th October
C) 14th November D) 27th December
 
Answer & Explanation Answer: B) 24th October

Explanation:
Report Error

View Answer Report Error Discuss

4 3467
Q:

I always run but never walk, often murmur, never talk, have a bed but never sleep, have a mouth but never eat. Who am I?

I_always_run_but_never_walk,_often_murmur,_never_talk,_have_a_bed_but_never_sleep,_have_a_mouth_but_never_eat1551358331.jpg image

A) Forest B) Fire
C) River D) Mountain
 
Answer & Explanation Answer: C) River

Explanation:

River.

It always runs  or flows but never walks.

It will sound like murmuring but never talks.

It has bed but never sleeps.

It has mouth but never eats.

Report Error

View Answer Report Error Discuss

6 3467
Q:

In which year was the State of Jharkhand formed

A) 1998 B) 1999
C) 2000 D) 2001
 
Answer & Explanation Answer: C) 2000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

2 3466
Q:

Which one of the following is an abiotic and renewable resource

A) Iron ore B) Livestock
C) Water D) Forests
 
Answer & Explanation Answer: C) Water

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

2 3465
Q:

Which one of the following is not an instrument of Fiscal policy?

A) Open Market Operations B) Taxation
C) Public borrowing D) Public expenditure
 
Answer & Explanation Answer: A) Open Market Operations

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

8 3464
Q:

How many districts that telangana have?

A) 9 B) 10
C) 11 D) 12
 
Answer & Explanation Answer: B) 10

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

3 3463
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 3463
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 3463