Question: 1) In the following statements about variable storage, which is INCORRECT? A. Local variables have automatic storage duration by default, so keyword auto is rarely
1) In the following statements about variable storage, which is INCORRECT? A. Local variables have automatic storage duration by default, so keyword auto is rarely used B. For static variables, storage is allocated and initialized once, when the program begins execution. C. The static variables created by a function will be deleted after the function returns D Global variables will retain their values throughout the executing of the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
