0 votes
in C Sharp by
Which statment 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.

D - All of the above.

1 Answer

0 votes
by

Ans is 

D - All of the above.

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...