Compile Result :
Code :
Video:
Code :
#include <stdio.h>
void main() {
int i;
for(i=0; i<=10; i++) {
printf("%d \n",i);
}
}
Tags:
C Program