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. was 2. and 3. Suresh 4. kind 5. loving 

A 31425

B 54213

C 34251

D 15243

E 12345

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

int main()
{
    int arr[1]={10};
    printf('%d\n', 0[arr]);
    return 0;
}

A 1

B 10

C 0

D 6

  

Q3: In stone masonry, if stones are so placed that their layers are parallel to the direction of load, they

A split easily

B are affected by moisture

C both (a) and (b)

D none of these.