C MCQ C MCQ : For Loop 809 Views 0 Comments Facebook LinkedIn Twitter Gmail Shares What is the output of the following code? Comment the reason for it. #include <stdio.h> int main() { short i; for (i = 1; i >= 0; i++) printf("%d\n", i); } for loop example +10 Example HTML page