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: I want you to clearly understand that excuses won't do

A you clearly to understand

B you to understand clearly

C to clearly understand you

D No improvement

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

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

A *.c

B "*.c"

C sample *.c

D List of all files and folders in the current directory

  

Q3: The operation of making the algebraic sum of latitudes and departures of a closed traverse, each equal to zero, is known

A balancing the sights

B balancing the departures

C balancing the latitudes

D balancing the traverse.