Advertisement
KDOXG

strings

Dec 20th, 2018
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. void main()
  4. {
  5.     char g[20]="Isto e uma frase.";
  6.     printf("%s", g);
  7.     return;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement