Advertisement
This is comment for paste
Untitled
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //MSC00-C.
- // mitigation
- #include <stdio.h>
- #include<string.h>
- int main () {
- size_t len;
- char cstr[] = "char string";
- len = strlen(cstr);
- printf("%ld",len);
- return(0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement