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: I told him that he was not working hard.

A I said to him, "You are not working hard."

B I told to him, "You are not working hard."

C I said, "You are not working hard."

D I said to him, "He is not working hard."

Q2: What is x in the following program?
#include<stdio.h>

int main()
{
    typedef char (*(*arrfptr[3])())[10];
    arrfptr x;
    return 0;
}

A x is a pointer

B x is an array of three pointer

C x is an array of three function pointers

D Error in x declaration

  

Q3: The ratio of the angles subtended at the eye, by the virtual image and the object, is known as telescope's

A resolving power

B brightness

C field of view

D magnification.

Q4: Thermistors are made of

A pure metals

B pure insulators

C tintered mixture of metallic oxides

D pure semiconductors