Advertisement
bfs4

string.h

Sep 12th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <string.h>
  3. #include <stdlib.h>
  4. #include <math.h>
  5.  
  6. int main(void) {
  7.  
  8. //Ler string [^\n] e não possui & no scanf.
  9. //strlen=tam
  10. //strcat=concatena
  11. //strcmp=compara
  12. //strcpy=copia
  13.  
  14.  
  15.  
  16. return 0;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement