Multiple choice Which of the following functions is not defined in string.h? strcmp strlen strcat 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.