Computer Science, asked by abhi871996, 7 months ago

Which of the following is not a string function? *​

Answers

Answered by mpv12pk024
2

Answer:

Altogether, these are string functions, but the strchr () is an advanced function under the C string header file. Explanation: It has functions to find part in string, whereas; other string parts are utilized for dissimilar functions

Explanation:

I hope it helps please mark me as brainliest

Answered by SmritiSami
5

strchr is not a string function. (Option D)

  • These are all string functions, however, strchr () is a more complex function in the C string header file.
  • It provides methods for finding string sections, while other string parts are used for different purposes.
  • In the course of learning, strcmp is used to compare two strings.
  • To transform the text to uppercase, use the strobe function.
  • The strstr method locates the string in the program's main string.

Note:

The question given is incomplete. The complete question is as follows;

Which of the following is not a string function?

a) strstr

b) strcmp

c) strupr

d) strchr

Similar questions