Q148
What will be the output of the following C code? #include void main() double k = 0; for (k = 0.0; k < 3.0; k++); printf("%lf", k);
A.
2.000000
B.
4.000000
C.
3.000000
AnswerD.
Run time error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board