Question: What will be the output of the C program? #include main() { } const int a = 5; a++; printf(%d, a);
What will be the output of the C program? #include main() { } const int a = 5; a++; printf("%d", a);
Step by Step Solution
3.46 Rating (146 Votes )
There are 3 Steps involved in it
The C program shown in the image contains a compilation ... View full answer
Get step-by-step solutions from verified subject matter experts
