Advertisement
Rehan_Rahman26

output 7

Oct 9th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.     int i;
  5.     char c;
  6.     for(i=97; i<=122; i++)
  7.     {
  8.         printf("%d e\n",i);
  9.  
  10.     }
  11.     char ch = 'a';
  12.     while(ch <=)
  13.  
  14.  
  15.     return 0;
  16.  
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement