Question #5: The below is legal
int x = 5;
class x
{
};
int main(int argc, char** argv)
{
class x y;
return 0;
}
Question #5: The below is legal
int x = 5;
class x
{
};
int main(int argc, char** argv)
{
class x y;
return 0;
}