DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents c_test

1. What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); } --------------------------------------------------------------------------------------------------------------------------------2.…