

InterviewSolution
Saved Bookmarks
1. |
Explain strlen use |
Answer» It is a built in function comes under header file #include<string.h>. It is used to calculate the length of the string. | |