Why you would use unnamed namespaces in your programs?
What will be an ideal response?
An unnamed namespace defines its names locally in a specific file, and makes them invisible visible (for linking purposes) to other files. A second reason is that we would enjoy the benefits of namespaces without creating yet another name for the namespace and making certain it does not occur elsewhere in the program.
Computer Science & Information Technology
You might also like to view...
Twitter currently has more than 500 million users who generate more than ________ million tweets each day
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following provides for uniformity and consistency of data?
A) Cell validation B) Field validation C) One-to-One relationships D) Lookup field
Computer Science & Information Technology