void f(char*s,char*t){if(strlen(s) strlen(t))printf("%d",strlen(s));elseprintf("%d",strlen(t));}void main(){char *x="HELLO";char *y="COMPUTERS";f(x,y);}
Not registered? Create an account
Forgot Password?
Already a registered user? Login