Computer Science, asked by AbhilashaM4321, 19 days ago

Which header file has several common functions for dealing with strings stored in array of characters?

Answers

Answered by maya3227
0

Answer:

string.h

Explanation:

The common library functions that operates on strings like

strlen(), strcat(), strcmp (), strcpy(), strupr() .. are included in the header file string.h

Similar questions