#includestdio.h#includestring.hint main(){ char*str = "x"; char c = 'x'; char ary[1]; ary[0] ; printf("%d%d", strlen(str),strlen(ary)); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login