Advertisement
mujahidul_islam

3.

Jun 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include<stdio.h>
  2. int main ()
  3. {
  4.     char i;
  5.  
  6.     for(i='a';i<='z';i++){
  7.  
  8.         printf("%c  ",i);
  9.     }
  10.     return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement