Q4 - What is the output of the following code snippet?
#include<stdio.h>
main()
PA
int x = 5;
if(x==5)
if(x==5) brea
printf ("Hello"
printf ("Hi");
Answers
Answered by
0
it will not give any output friend.
because you made a small mistake. you had forgotten to put bracket at Hello".
just correct it then if you press 5 you will get result as Hello and Hai.....
hope it helps you
Similar questions