-
Junior Member
c,c++ programmes storage
we are writing c,c++programmes in respective editors and my question is where the c.c++ programmes stored?
-
Junior Member
Re: c,c++ programmes storage
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...
-
Expert Member
Re: c,c++ programmes storage
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules