Q79
Which one of the following is the correct way of declaring a namespace?
A.
namespace my;
AnswerB.
namespace my();
C.
my namespace;
D.
namespace(my);
Answer: Option A
Solution
Answer: Option A
Solution:
The namespace declaration must be the first statement in its file.