The strlen() function calculates the length of a given string.The strlen() function is defined in string.h header file.
Explanation:
It doesn’t count null character ‘0’. Syntax: int strlen(const char *str); Parameter: str: It represents the string variable whose length we have to find. Return: This function returns the length of string passed.
Personally, I would go with D as it provides the most education and experience which people look for in this line of work they want to hire someone how knows what they are doing and who is well educated