Questions

Q:

If the binary equivalent of 5.375 in normalised form is 0100 0000 1010 1100 0000 0000 0000 0000, what would be the output of the following program?

main()

{

    float a = 5.375 ;

    char *p;

    int i;

    p = ( char* ) &a ;

    for ( i = 0; i <= 3 ; i++ )

          printf ( " %02x ", (unsigned char ) p[i] );

}

Answer

00 00 AC 40

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

7 8225
Q:

The country in which Yak is found

Answer

Tibet

Report Error

View answer Workspace Report Error Discuss

56 8220
Q:

Find the missing number in the given puzzle?

missing_number_puzzle1546602135.jpg image

A) 963 B) 696
C) 969 D) 966
 
Answer & Explanation Answer: C) 969

Explanation:

1 + 1 = 121 = 1x1 1+1 1x1

1 + 2 = 134 = 1x1 1+2 2x2

2 + 2 = 444 = 2x2 2+2 2x2

3 + 2 = 954 = 3x3 3+2 2x2

3 + 3 = ?   

Similarly, 3x3 3+3 3x3 = 969

Report Error

View Answer Report Error Discuss

39 8214
Q:

 Who is known as "Iron man of India"?

A) Bhagath singh B) Sardhar vallabhai patel
C) Mahathma Gandhi D) Jawahar lal Nehru
 
Answer & Explanation Answer: B) Sardhar vallabhai patel

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

11 8209
Q:

Solve the Missing Number Puzzle ?

missing_number1501485405.jpg image

Answer

The rule followed here is


7 + 3 - 4 = 6


Similarly,


4 + 2 - 2 = 4


9 + 5 - 4 = 10


Hence, the missing numbers are 4 & 10.

Report Error

View answer Workspace Report Error Discuss

Subject: Number Puzzles Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

41 8205
Q:

The city located on the river Yamuna is 

A) Varanasi B) Lucknow
C) Patna D) Agra
 
Answer & Explanation Answer: D) Agra

Explanation:

Varanasi and Patna are located on the river Ganga. Lucknow is on the river Gomati. Kanpur and Hardwar too are on the river Ganga. Delhi is another city located on the bank of Yamuna.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

18 8203
Q:

If 25a + 25b = 115, then what is the average of a and b?

A) 4.6 B) 3.4
C) 2.5 D) None of these
 
Answer & Explanation Answer: D) None of these

Explanation:
Report Error

View Answer Report Error Discuss

55 8199
Q:

The main difference between the Eastern Ghats and the Western Ghats in the matter of 

A) Continuity B) proximity of coast
C) ending in Nilgiris D) height
 
Answer & Explanation Answer: A) Continuity

Explanation:

While the western Ghats stretch uninterrupted , the Eastern Ghats do not have a structural unity.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

15 8190