A. The output will be:
5
10
B. Outer class cannot access its nested class's private members.
C. The relationship between class Inner and class Outer is not valid C++ syntax.
D. Inner class cannot access its containing class's private members.
E. The output will be:
10
5
B