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
AnswerC.
-1
D.
6
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board