πŸ”₯ Welcome to my blog! Latest updates available now. Visit daily! πŸ”₯ πŸ”₯ Click Here for Latest Updates – Visit My Blog πŸ”₯
πŸ”₯ Latest Updates πŸ“Š GP Grade Finder πŸ“’ Government Services Info πŸ†• New Schemes Updates

Multiple Choice Questions in C

 

1.What would be the output of the following C program?


void main()

{

printf("Hai");

printf("hru");

getch();

}


A)Hai HRU

B)Haihru 

C)hai 

HRU

D)HAIHRU


Answer:



2.What would be the output of the following C program?


void main()

{

int s=528,r=65;

printf("%d%c",s,r);

getch();

}

A)528 a

B)a 528

C)528A

D)A528


Answer:


2 comments:

Thank you Very Much.For Given Comment

Quatation of the Day 22-03-2026