True/False
You have a helping function that is not a member of your class.You want your class member functions to be able to see it and use it but no other file in your program may see it.You can place it in an unnamed namespace to make it invisible from outside the file.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: If I just write code,it is not
Q6: Namespaces may not be nested.
Q7: Carefully distinguish the using directive<br>using namespace std;<br>from
Q8: An unnamed namespace provides a facility for
Q9: Any global declarations or definitions can be
Q11: Here is some code.There are only two
Q12: If I have already written the #include
Q13: During name resolution,nested namespaces behave like nested
Q14: The following program has been partitioned into
Q15: In a particular file,the names from the