+ 1
If the execution of program starts from main()function, then when is the global variable declared which is written before main ?
2 Respuestas
+ 1
Sir but I am talking about execution because the variables will be declared during the execution and not during compilation in C++