Explain some String Oriented Library Functions?
To make simpler string processing we can use special string oriented library functions. Mainly the C compilers include library functions that allow strings to be compared, copied or concatenated. Other library functions allow operations on individual characters within strings for example they permit individual characters to be located within strings, and etc.
Usually used string functions are strcpy(), strcmp(), strcat().