I just learning for statement
#include int main() { int i = 0; for (i = 0; i < 10; i++) { printf("%d", i); //