Pedict the output of the following code;#includestdio.h#includestring.hint main(){ char text[100]="Sample test"; printf("%d%d",strlen(text),sizeof(text)); return 0;}
Not registered? Create an account
Forgot Password?
Already a registered user? Login