Advertisement
Rehan_Rahman26

uri 2766

Nov 17th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. int main()
  3. {
  4.  
  5.     char a[10]={aaa,bbb,ccc,ddd,eee,fff,ggg,hhh,iii,jjj};
  6.  
  7.  
  8.     printf("%c\n",a[3]);
  9.  
  10.     return 0;
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement