Multiple choice

Which of the following functions is not defined in string.h?

  1. strcmp

  2. strlen

  3. strcat

  4. pow

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The pow is used to calculate the result of base raised to power exponent and is defined in math.h.