GeekInterview.com
Results 1 to 3 of 3

c,c++ programmes storage

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?...

  1. #1
    pavuluri is offline Junior Member Array
    Join Date
    Oct 2007
    Answers
    3

    c,c++ programmes storage

    we are writing c,c++programmes in respective editors and my question is where the c.c++ programmes stored?


  2. #2
    arvinsup is offline Junior Member Array
    Join Date
    Mar 2008
    Answers
    4

    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...


  3. #3
    Sandhya.Kishan is offline Expert Member Array
    Join Date
    Mar 2012
    Answers
    212

    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.


    •    Sponsored Ads