Examveda
Examveda

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

A. sqr(x)

B. pow(2, x)

C. pow(x, 2)

D. power(2, x)

E. power(x, 2)

Answer: Option C


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function