Q4. How many bytes are required for real a[20] statement
Answers
Answered by
0
16bytes
Explanation:
It will always aquire 16bytes for a statement its always dependent how long the statement is
Answered by
0
Answer :-
Integer data type acquire 2 byte of space. There are 20 elements that's why, it'll acquire 40 byte of space.
Similar questions