047. Technical interview question: Give the output of following code Prashant Chaudhari 6 years ago void main() { int const k = 5; k++; printf("k is %d", k); }