Q46
Which of the following function calculates the square of 'x' in C?
A.
sqr(x)
B.
pow(2, x)
C.
pow(x, 2)
AnswerD.
power(2, x)
E.
power(x, 2)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board