Vidyalelo
C Programming · Q27

Function

Programming · C Programming · question 27

Q27

What is the result of the expression pow(2, 3) in C, assuming proper inclusion of the math library?

A.
5
B.
6
C.
8
Answer
D.
Error

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board