Is there any possibility to run any other instructions after int main() is invoked?
int main(){cout<<"a";}
and after that call in main() there is call for cout<<"b"; somewhere after. No change int main()whatsoever.
|
|
Destructors of static objects, and functions registered with
Output: abc |
||||
|
|
|
You could put your last part in You could have multiple
|
|||
|
|
|
Yes, define a class that does |
|||
|
|
|
In short, very little option. You can use |
|||
|
|