0
Where is the error in this program? And also give out put .
class Myclass() { public: Myclass(){ count<<"hello world!" } }; int main() { Myclass obj; return 0; }
1 Réponse
class Myclass() { public: Myclass(){ count<<"hello world!" } }; int main() { Myclass obj; return 0; }