Question: Consider the following two codes. Code A: Code B: void globalcounter () { int count =0; printf (count= 8 d , count); count--; return 0;

Consider the following two codes. Code A: Code B: void globalcounter () \{ int count =0; printf ("count= 8 d , count); count--; return 0; \} int main() {for(inti=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
