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: Young men and women should get habituated to reading and writing about current affairs.

A used

B prepared

C trained

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 one two three
/* myprog.c */
#include<stdio.h>
#include<stdlib.h>

int main(int argc, char **argv)
{
    printf('%s\n', *++argv);
    return 0;
}

A myprog

B one

C two

D three

  

Q3: Centering error of a theodolite produces an error

A in all angles equally

B which does not vary with the direction or pointing

C which varies with the direction of pointing and inversely with the length of sight

D none of these.