Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- char* content;
- char* c;
- while( scanf( "%c", c)) {
- strcat( content, c);
- }
- fprintf( stdout, "Size: %d", strlen( content));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement