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: Option C
A. Pointers
B. Constants
C. Variable
D. None of the mentioned
Answer: Option C
What is the correct syntax to declare a variable in C#?
A. num = int;
B. var num;
C. num int;
D. int num;
What is the purpose of the 'var' keyword in C#?
A. Declares a constant
B. Converts a variable to string
C. Implicitly declares a variable
D. Defines a method
Join The Discussion