Computer Science, asked by killerboyexe94, 4 days ago

What will be the memory size of the variable 'n'? If int n=5.​

Answers

Answered by PummyJha12
0

Answer:

20 bytes

since, size of int is 4 bytes so 5*4 = 20 bytes

Answered by meetpriya9866
0

Answer:

20 bytes

Since, size of int is 4 bytes so 5*4=20 bytes.

Similar questions