C
Programming and Technical
Q. Where does global, static, local, register variables and C Program instructions get stored?
A. Global , static, local : In main memory
Register variable: In registers
C program : In main memory.
Read Solution (Total 0)
C Other Question