c programming 43 – www.savvyessaywriters.net
c programming 43 – www.savvyessaywriters.net Q 1 – What is the output of the following code snippet? #include<stdio.h> _x000D_ main(){int const a = 5; _x000D_ _x000D_ a++; _x000D_ printf(“%dâ€,a);} A – 5 B – 6 C – Runtime error D – Compile error Q 2 – What is the output of the following code […]
