what will be the output of the following code?
#includestdio.hint main(){char*str="sookshmas,beyond knowing";char *str1="sookshmas,beyond knowing";if (strcmp(str,str1))printf("equal");elseprintf("unequal");}
Not registered? Create an account
Forgot Password?
Already a registered user? Login