

InterviewSolution
Saved Bookmarks
1. |
Write any two library functions of string.h. |
Answer» Two functions of string.h are strlen() and strcpy() |
|