Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include<stdio.h>
  2. #include<string.h>
  3. int main()
  4. {
  5.     char a[1000];
  6.     int n;
  7.     scanf("%s", &a);
  8.     n=strlen(a);
  9.     printf("%d",n);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement