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