Computer Science, asked by jeevaperiyasamyag31, 4 days ago

Find the output: #include extern int x; void main(){ do{ do{ printf("%0",x); }while (!-2); }while(0); } int x=8; }}​

Answers

Answered by piyush9692
0

Explanation: Find the output: #include extern int x; void main(){ do{ do{ printf("%0",x); }while (!-2); }while(0); } int x=8; }}​. Add answer+5 pts.

Similar questions