0
what will be the output
//C programming n=3; b=4; h=n-(-b); printf("Hey=%d",h);
1 Answer
+ 5
You can actually type it into Code Playground and run it.
https://code.sololearn.com/cb0enboRLIyv/?ref=app
//C programming n=3; b=4; h=n-(-b); printf("Hey=%d",h);