Question: What are put out by the program scope 4 . c below? Predict the result before running the program to verify your answer. Do the
What are put out by the program scopec below? Predict the result before running the
program to verify your answer. Do the global variables a and b get modified in the
program?
scopec
#include
Tutorial and Practical Exercises
int a ;
int b ;
int ftnint a;
int ftnint b;
int mainvoid
int x ftnb;
printfd
x;
return ;
int ftnint b
b a;
printfd
b;
return ftna;
int ftnint a
int c ;
printfd
a b;
return a;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
