Examveda which of the following function returns a pointer to the located string or a null pointer if string is not found. A. strtok()B. strstr()C. strspn()D. strrchr()Answer: Option B This Question Belongs to C Program >> Arrays And Strings
Which function is used to compare two strings in C? A. strcmpB. strcatC. strlenD. strcomp View Answer
Join The Discussion