Question: A global variable a is defined in teh following program. What would be the value of the program if the EXPRESSION in the main program
A global variable "a" is defined in teh following program. What would be the value of the program if the EXPRESSION in the main program is replaced with:
case 1) b=Increment( ); c=Multiply( );
case 2) c=Multiply( ); b=Increment( );

This is in C programing. I will check the answer and rate accordingly, thanks!
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
