Dear all,
I am in lots of confusion when I wrote a C program without any keyword: const but when I compiled and linked it, I saw in the map file the presence of .const section. I made a guess that initialized global variables that never changed throughout the program were classified as const, is it right?
Could any of you explain this for me, i would appreciate it much