image not found

Oops! That page can't be found.


Directions to Solve

In each question below a sentence broken into five or six parts. Join these parts to make a meaningful sentence. The correct order of parts is the answer.

Q1:
1. medicine 2. a 3. Neeta
4. given 5. was

A 51423

B 25431

C 15423

D 42531

E 35421

Q2:
What will be the output of the program ?
#include<stdio.h>

int main()
{
    int a[5] = {5, 1, 15, 20, 25};
    int i, j, m;
    i = ++a[1];
    j = a[1]++;
    m = a[i++];
    printf("%d, %d, %d", i, j, m);
    return 0;
}

A 2, 1, 15

B 1, 2, 5

C 3, 2, 15

D 2, 3, 20

  

Q3: The colour of statuary marble used for sculptor's work, is

A red

B blue

C white

D green

E yellow