What is the output of this C code? void main() { int k = 4; float k = 4; printf("%d", k) }
Answer: A
No answer description available for this question.