I read from Bruce Eckel - Introduction to C ++. which says that in C ++ usually a constant variable is not allocated by the store, and their values ββare stored in the symbol table if EXTERN is not used with a constant or their address is not accepted.
So we can say that in C ++ Const, Internal Linkage is always used by default. but still this function depends on how the compiler is created for the C ++ language. or will it always be true?
user2485865
source share