Ask 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 program ends or the computer loses power. What is the name for this kind of storage?

+1
Answers (1)
  1. 5 December, 06:33
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers