image not found

Oops! That page can't be found.


Directions to Solve

In questions given below, a part of the sentence is italicised and underlined. Below are given alternatives to the italicised part which may improve the sentence. Choose the correct alternative. In case no improvement is needed, option 'D' is the answer.

Q1: It will be no good trying to find an excuse next time.

A to try to find

B to try finding

C trying finding

D No improvement

Q2: What will be the output of the program (myprog.c) given below if it is executed from the command line?
cmd> myprog 1 2 3
/* myprog.c */
#include<stdio.h>
#include<stdlib.h>

int main(int argc, char **argv)
{
    int i, j=0;
    for(i=0; i<argc; i++)
        j = j+atoi(argv[i]);
    printf('%d\n', j);
    return 0;
}

A 123

B 6

C Error

D "123"

  

Q3: Deviation of the actual road gradient from the proposed contou'r gradient up hill side, involves

A earth work on the centre line

B none of these.

C embankment on the centre line

D excavation on the centre line

Q4: As per BIS, the number of accuracy classes of instrument is

A 8

B 5

C 7

D 6