Question: Not counting intended constants (say MAX_LENGTH = 100 ), it is normally preferred to pass information to a function by passing arguments to its formal
Not counting intended constants (say MAX_LENGTH = 100), it is normally preferred to pass information to a function by passing arguments to its formal parameter list rather than by using globals (main program variables defined above/outside all functions) for this purpose.
True or False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
