namespace N
{
static int x = 5;
}
What could be the importance/use-cases of declaring having a static variable at namespace scope?What co
namespace N
{
static int x = 5;
}
What could be the importance/use-cases of declaring having a static variable at namespace scope?What co