Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
C++
/
Namespaces
Which statement best describes using metrics::distance; inside a function?
from Namespaces
C++23
beginner
1 min
Which statement best describes using metrics::distance; inside a function?
It introduces the selected name or overload set into that scope.
It copies every member of metrics into the function.
It creates a new namespace named distance.
It changes the linkage of metrics::distance to internal.
Check
Ask AI about this kata
Report an error
previous kata
What happens to an unnamed-namespace variable defined in a header included by three trans…
Quiz
A new version is available
Reload