image not found

Oops! That page can't be found.


Directions to Solve

In the questions below the sentences have been given in Direct/Indirect speech. From the given alternatives, choose the one which best expresses the given sentence in Indirect/Direct speech.

Q1: The boy said, "Who dare call you a thief?"

A The boy enquired who dared call him a thief.

B The boy asked who called him a thief.

C The boy told that who dared call him a thief.

D The boy wondered who dared call a thief.

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

int main()
{
    typedef float f;
    static f *fptr;
    float fval = 90;
    fptr = &fval;
    printf('%f\n', *fptr);
    return 0;
}

A 9

B 0

C 90.000000

D 90

  

Q3: Prismatic compass is considered more accurate than a surveyor's compass, because

A it is provided with a better magnetic needle

B it is provided with a sliding glass in the object vane

C its graduations are in whole circle bearings

D it is provided with a prism to facilitate reading of its graduated circle

E both (c) and (d).