for (int i; i<5;i++){ printf("%d",i); } Anatomy The first part is the priming read The second part is the top tested exit criteria the third part is the action you want done at the end of the loop