Vidyalelo
C Programming · Q46

Function

Programming · C Programming · question 46

Q46

Which of the following function calculates the square of 'x' in C?

A.
sqr(x)
B.
pow(2, x)
C.
pow(x, 2)
Answer
D.
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