1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
5 {
6 
7 strlen("123456789");
8 return 0;
9 }
10