Which of the following statements describe the use of the keyword
static? a) Within the body of a function: A static variable maintains its value between function revocations b) Within a module: A static variable is accessible by all functions within that module c) Within a module: A static function can only be called
发布时间:2025-11-20 14:32:25