Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>  
  2. #include <stdlib.h>
  3. #include <conio.h>
  4.  
  5. int main()
  6. {
  7. //  char A[4] = {'a', 'b', 'c','d'};
  8. char A[4]="abc";
  9.  
  10. printf("device value: %s",A);
  11.     system("PAUSE");
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement