Question: What is the code output? #include main() { int a=4, b=10, c; c = a+b/2; printf(c); }
What is the code output? #include main() { int a=4, b=10, c; c = a+b/2; printf(c); }
Step by Step Solution
There are 3 Steps involved in it
The code shown in the image is written in C and intends to calculate the average of two integers a a... View full answer
Get step-by-step solutions from verified subject matter experts
