Computer Science, asked by sagargupta9444, 1 month ago

Which of the following is correct about value type variables in C#?​

Answers

Answered by satyamrajput83317
3

Answer:

Which of the following is correct about value type variables in C#? A - The value types directly contain data. B - int, char, and float, which stores numbers, alphabets, and floating point numbers, respectively are value types. C - When you declare an int type, the system allocates memory to store the value.

Similar questions