programming in C the book problem solving and program desi
programming in C ( the book / problem solving and program design in C )
Q) Draw the data areas of functions main and myFunc as they appear immediately before the return from the first call to myFunc in Q1. The figure format and notation should look like Fig 3.8, Fig 6.11 in the textbook.
Solution
***Void function calls can ONLY be used w/in stand-alone statements.
***Conversely, value-returning function calls can be used in
