Vidyalelo
C Programming · Q238

File Input Output

Programming · C Programming · question 238

Q238

What will be the output of the following C code? #include #include void main() int k = pow(2, 3); printf("%d ", k);

A.
9
B.
8
Answer
C.
-1
D.
6

Answer: Option B

Solution

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