Question: Why won't the following code compile? #include int main() { printf(The sum is %d, sum(2, 2)); return 0; w } char sum(int a, int b)
Why won't the following code compile? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
