Ask Question
18 January, 06:20

When you write a C# program that stores a value in a variable, you are using temporary storage; the value you store is lost when the program ends or the computer loses power. What is the name for this kind of storage?

+2
Answers (1)
  1. 18 January, 09:22
    0
    The name for this kind of storage is Volatile memory.

    Explanation:

    Temporary storage is a memory which is freed or deleted when program ends or your computer accidentally losses power and the specific name for that storage is volatile memory.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When you write a C# program that stores a value in a variable, you are using temporary storage; the value you store is lost when the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers