0 LIKES LikeUnLike
include <iostream.h>class myClass{ public: int x; myClass() { x++; }};main(){ myClass obj1,obj2; cout<<obj1.x<<"\t"<<obj2.x;system("pause"); }Why am i getting this output:3 67
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 3 answers.