Microsoft Company Numerical Ability Stock and Shares

If m^2 + m^-2=23
then find
m^3 + m^-3

Read Solution (Total 8)

Microsoft Other Question

At recent birthday party 4 mothers and children aged 1,2,3,4 .form this u have t find out who is prem mother. And prem age. It was meenas cjhild birthday party. prem is not a oldest child. Lakshmi had priya just over a year ago. Gitas child would be 3 next birtday. Rajesh is older than prem.r ekhas child is the oldest. Kiran is older than the gitas child. #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