int change( int x ) { x = 7; return(x); } main(){ int x = 5; change(x); printf(“%d”,x); }
x = 7; return(x);
}
main(){
int x = 5;
change(x);
printf(“%d”,x);
C Programming Language
Access: Public Instant Grading
Jobilize.com uses cookies to ensure that you get the best experience. By continuing to use Jobilize.com web-site, you agree to the Terms of Use.