we are writing c,c++programmes in respective editors and my question is where the c.c++ programmes stored?
This is a discussion on c,c++ programmes storage within the C and C++ forums, part of the Software Development category; we are writing c,c++programmes in respective editors and my question is where the c.c++ programmes stored?...
we are writing c,c++programmes in respective editors and my question is where the c.c++ programmes stored?
The program we write on editor are written in RAM but when they are saved they are permanently stored on hard disk , so that we can access them later...
The program gets stored on ram when it is been written on the editor later when it is saved it is stored as Binary object code executable on the permanent memory.