Question: What is the output of the following program? #include void func(void) { static int a = 10; a++; printf(%d, a); } int main(void) { func();

What is the output of the following program? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
