True/False
You can use the static qualifier with a global function,class or variable to get the same effect as an unnamed namespace.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: A namespace is a collection of name
Q17: Suppose the following code is embedded
Q18: What is the problem that the C++
Q19: We are interested in providing a class,say
Q20: The following program has been partitioned into
Q22: A namespace is just a class with
Q23: The scope of a using directive or
Q24: You can use #define to define a
Q25: You want to use only one name,funct1,from
Q26: Namespaces can be defined in pieces across