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: As he is past his teens now, he can look for himself.

A to

B after

C No improvement

D around

Q2: What will be the output of the program (sample.c) given below if it is executed from the command line?
cmd> sample one two three
/* sample.c */
#include<stdio.h>

int main(int argc, char *argv[])
{
    int i=0;
    i+=strlen(argv[1]);
    while(i>0)
    {
        printf('%c', argv[1][--i]);
    }
    return 0;
}

A three two one

B owt

C eno

D eerht

  

Q3: If the area calculated form the plan plotted with measurements by an erroneous chain, accurate area of the plan is

A

B none of the above

C

D

E

Q4: The dead zone in a pyrometer is 0.125% of span. The calibration is 400°C to 1000°C. What temperature change might occur before it is detected.

A 0.125°C

B 0.75°C

C 0.4°C

D 1°C