Question: Choose the correct output of the following program. #include using namespace std; class parent { protected: int x=5; public: parent() { x = 0; }

Choose the correct output of the following program. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
