If a function is defined as static, it means

Loading

โœช Choose the correct option.

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
C. initial value of zero
D. It should be called only within the same source code / program file.