Microsoft Company Numerical Ability Age Problem


5. In a history examination, the average for the entire class was 80 marks.If 10% of the students scored 95 marks and 20% scored 90 marks,what was the Average marks of the remaining students of the class?
A. 73
B. 74
C. 72
D. 75

Read Solution (Total 15)

Microsoft Other Question

#include ‹stdio.h›

#include ‹string.h›

struct name{

char lastname[20];

char firstname[20];

};

struct name full_name;

void display_name(struct name *p);

int main(void)

{ struct name *name_ptr;

______________ ;-- Statement to be filled ........

}

In the above code, fill in the correct usage of the function pointer in the line ‘Statement to be filled” from the list below.

name_ptr = &full_name
&name_ptr = full_name
name_ptr = &name
name_ptr = name
Given two candles. Each can burn for 60 minutes.Both candles can burn from both sides.
How will you measure 45 minutes?