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.…

Documents C_C++

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