Where does C++ program data stored
Every C++ program has some defined Input, Processing and desired Output. C++ program contains Data and Operations to operate on data. If you see a memory structure of C++ Program, while loading into the memory, Data Section and Code section is created. But data section is not the only place where program data is stored [...]
Continue reading →