TomoLink
Medium

What is the output? #include<iostream> using namespace std; class A{ public: A(){ cout<<"A"; } ~A(){ cout<<"~A"; } }; int main(){ A obj; }

What is the output? #include<iostream> using namespace std; class A{ public: A(){ cout<<"A"; } ~A(){ cout<… | C++ — Output Questions MCQ | TomoLink | TomoLink