What is the output of this C code?
void main() { int k; for (k = -3; k < -5; k++) printf("Hello"); }
Answer: D
No answer description available for this question.