Computer Science, asked by qjebqkcy3212, 9 hours ago

How do you determine the size of a structure in programming

Answers

Answered by Anonymous
1

Size of Structure 'S' = sizeof(roll) + sizeof(name.

= 2 + 10 + 2.

= 14.

~SPOIDERMON

Answered by singhgaurtejvardhan
0

Answer:

Formula for Calculating Size of Structure :

Size of Structure 'S' = sizeof(roll) + sizeof(name.

= 2 + 10 + 2.

= 14.

Explanation:

please followme and mark me brainliest

Similar questions