Ask Question
14 September, 13:04

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?

+4
Answers (1)
  1. 14 September, 15:30
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers