C
{"name":"C", "url":"https://www.quiz-maker.com/QBGO5VL","txt":"1. Comment on the output of this C code? #include void main() { int const k = 5; k++; printf(\"k is %d\", k); }, 2. What is the output of this C code? #include void main() { int a = 2 + 3 - 4 + 8 - 5 % 4; printf(\"%d\\n\", a); }, 3. Which of the following is an invalid assignment operator?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}