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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board