1 2 3 4 5 6 7 8 9 10
#include <stdio.h> int main(){ int i; for(i=1; i<=10;){ printf("%d\t",i); i++; } }
Thank you for commenting. Please wait for response :)
No comments:
Post a Comment
Thank you for commenting. Please wait for response :)