Vidyalelo
C# Programming · Q75

Classes and Objects in C Sharp

Programming · C# Programming · question 75

Q75

Calculate the number of bytes a structure variable s occupies in the memory if it is defined as follows. class abc int i; Decimal d; struct sample private int x; private Single y; private trial z; sample s = new sample();

A.
24 bytes
B.
8 bytes
C.
16 bytes
D.
12 bytes
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board