Pemrograman Linux C untuk Loop
for(int i = 0; i < n; i++){
printf("%d",i);
}
KeWols
for(int i = 0; i < n; i++){
printf("%d",i);
}