

InterviewSolution
Saved Bookmarks
1. |
How to find the length of a string |
Answer» Using the function strlen () with the help of the header file ...........#include<string.h>......only for c++ | |