No discussion yet
Be the first to start the discussion.
Select Answer
Prints 500 — the value is preserved after the function returns
Undefined behavior — timeout is a local variable that no longer exists after get_config
Prints 0 — local variables are zeroed after function exit
Compilation error — you cannot return a pointer to a local