Namespace
2. What will be the output of each of the following program when it is executed. (a) #include using namespace std; struct A A() cout < “a”=””><> ; struct B : A B() ; cout < “b”=””><> struct C : B C() ; cout < “c”=””><> struct D : C D() ; cout < “d”=””><> […]