what will happen to pointer after set to NULLthank you @MiiNiPaa ! so at runtime we always have hello() and helloworld() functions in heap even ...
what will happen to pointer after set to NULLaccording to your suggestion, the main.cpp as follows: [code] #include <iostream> class A{ private: ...
what will happen to pointer after set to NULL[code] class A{ private: int i; public: A(){this->i = 2;} void hello(){printf("hello...
This user does not accept Private Messages