Question:Where does global, static, local, register variables and C Program instructions get stored?
Answer Global , static, local : In main memory Register variable: In registers C program : In main memory.
+ Report
Where does global, static, local, register variables and C Program instructions get stored?