Could anyone tell me how to display "Hello World" in C++ without
writing anything inside main?i.e, main should not contain even a
single statement (no object creation or no cout or anything)
writing anything inside main?i.e, main should not contain even a
single statement (no object creation or no cout or anything)
Comment