1.

Discuss The Possibilities Related To The Termination Of A Program Before Entering The Mainq Method?

Answer»

The global variables are initialized dynamically before invoking the MAIN() METHOD. The PROCESS of invoking the global variables is slow. If the function is called by INITIALIZATION of the global variables, then the program is terminated before entering the main() method.

The global variables are initialized dynamically before invoking the main() method. The process of invoking the global variables is slow. If the function is called by initialization of the global variables, then the program is terminated before entering the main() method.



Discussion

No Comment Found