0
15kviews
Explain any 4 functions from string.h header file with suitable examples.

Subject : Structured Programming Approach

Title : Arrays, String, Structures and Union

Difficulty : Medium

1 Answer
0
696views

1) strlen() function

  1. This function returns an integer value that is the length of the string passed to the function.

  2. When returning the length of the string it does not consider the space required for null Character.

  3. Hence it returns the exact length of the string neglecting these space required …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.