Ask Question

This function searches for the first occurence of a string inside another string.

Select one:

a. strchr ()

b. strlen ()

c. strcmp ()

d. strcasecmp ()

+2
Answers (1)
  1. 30 June, 13:31
    0
    strchr ()

    Explanation:

    Among the following options strchr () is the sring function that used to search for the first occurence of a string inside another string.

    strlen () function is used to find the length of the string.

    strcmp () is used to compare two strings and returns either 0 or 1.

    strcasecomp () this function is used to compare the case of characters of two strings.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “This function searches for the first occurence of a string inside another string. Select one: a. strchr () b. strlen () c. strcmp () d. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers