Saved Bookmarks
| 1. |
What is strlen in ‘C’ language? |
|
Answer» STRLEN( ): This function calculates the length of a string. It returns the number of characters in a string, not counting the terminating null character. Its syntax is illustrated in the following program: void main() |
|