Determine the number of bytes
required to store an int array namely
A[23].
Answers
Answered by
4
Answer:-
Size of int data type=4bytes.
So, total number of bytes
=4x23bytes
=92 bytes.
This is the required answer.
Similar questions