Q98
What will be the output of the following C code? #include void main() int k = 4; float k = 4; printf("%d", k)
A.
Compile time error
AnswerB.
4
C.
4.0000000
D.
4.4
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board