Computer Science, asked by reenarajat28442, 10 months ago

what will be output while(0); printf ("A");

give me output​

Answers

Answered by Anonymous
34

\tt\it\bf\it\Large\bm{\mathcal{\fcolorbox{blue}{white}{\orange{Answer:-}}}}

while(0)

{

printf("A");

}

output:-

no output, because test condition is false i,e, 0

Similar questions