Computer Science, asked by PragyaTbia, 1 year ago

We can not use variable in a program which is defined in namespace. State Whether True or False

Answers

Answered by shubhi12397
0
★★★★★hii mate★★★★★
HERE IS YOUR ANSWER ⬇️⬇️⬇️⬇️
We can not use variable in a program which is defined in namespace it is false.
may it help you.
Answered by Arslankincsem
0

False, Namespaces allow us to group named entities that otherwise would have global scope into narrower scopes, giving them namespace scope.


This allows organizing the elements of programs into different logical scopes referred to by names.


A namespace is a feature added in C++ and not present in C.


A namespace is a declarative region that provides scope to the identifiers (names of the types, function, variables, etc) inside it.


Many namespace blocks with the corresponding name are provided.


All claims within those blocks are listed in the specified scope.


Similar questions