[Solved] Where constants are stored in memory?

Constants are stored in various places: Constants may be stored in a designated section of memory that is marked read-only for the program. In general-purpose systems, this is not ROM. ROM is physically read-only memory. ROM is typically used in special-purpose systems where the software is set prior to manufacturing the hardware (or at least … Read more