Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Storage location used by computer memory to store data for usage by an application is?

a) Pointers
b) Constants
c) Variable
d) None of the mentioned

Answer: c
Explanation: ‘Variables’ are essential locations in memory of computer that are reserved for storing data used by an application. Each variable is given a name by programmer and hence assigned a value. The name assigned to variable then used in C# code to access value assigned to variable.

Join The Discussion