Which one of the following statements is wrong?? The initial values of external variable and static variable are assigned during compiling.If a local variable is not initialized, its value is unpredictable.A static variable in a function will be initialized each time when the function is called.If a static variable is not initialized by any statements, its initial value is 0.
Which one of the following statements is wrong?? The initial values of external variable and static variable are assigned during compiling.If a local variable is not initialized, its value is unpredictable.A static variable in a function will be initialized each time when the function is called.If a static variable is not initialized by any statements, its initial value is 0.
发布时间:2026-01-26 23:16:19