#include<stdio.h> int main() { int i, j; for(scanf("%d ",&i); i<=10; i++) printf("%d ",i); return 0; }
i beginner in programming world please me understand why on compiling above c code asks inputs twice.maybe there's logic loop here might missing. please me understand.thanks in advance.:)
Comments
Post a Comment