1 What If We Wrote An Increment Procedure In C As Follows Removing The Parentheses A 2110526
1. What if we wrote an increment procedure in C as follows (removing the parentheses around *x):
Is this legal? If so, what does this procedure do? If not, why not?
2. Can a swap procedure that interchanges the values of its parameters be written in Java? Discuss.
Q