+ 6
When values are assigned to the variables in c
I know that the variable values is assigned in runtime but what about the constant variable ? is it the same #define is pre processing so it is changed befor compiling
1 Resposta
+ 5
Depends on the compiler & operating system. It could be treated like code and loaded that way or there could be a initialization function called prior to main to put the values in place.