Advertisement
Dprogrammed1

C ques 31

Mar 9th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1.  #include <stdio.h>
  2.     void main()
  3.     {
  4.         int k = 0;
  5.         for (k < 3; k++)
  6.         printf("Hello");
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement