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: She said that her brother was getting married.

A She said, "Her brother is getting married."

B She told, "Her brother is getting married."

C She said, "My brother is getting married."

D She said, "My brother was getting married."

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

int main()
{
    typedef int LONG;
    LONG a=4;
    LONG b=68;
    float c=0;
    c=b;
    b+=a;
    printf('%d,', b);
    printf('%f\n', c);
    return 0;
}

A 72, 68.000000

B 72.000000, 68

C 68.000000, 72.000000

D 68, 72.000000

  

Q3: In a constant level tube, size of the bubble remains constant because upper wall is

A of relatively larger radius

B of relatively smaller radius

C flat

D convex downwards.