1.

If a function is defined as static, it means

A. The value returned by the function does not change
B. all the variable declared inside the function automatically will be assigned initial value of zero
C. It should be called only within the same source code/program file.
D. None of the other choices as it is wrong to add static prefix to a function
Answer» D. None of the other choices as it is wrong to add static prefix to a function


Discussion

No Comment Found