What assertion about scopes is false in C++ ?
Children scopes have access to each variables and functions defined their parent scopes
Local variable defined in a scope are not accessible once this scope is terminated
Only functions can be defined in the global scope
Only variables can be defined in function scopes