How may byte are used in the following main
knowing that int use 4 byte
answer number only, like: 4
class point
{
int x, y;
int main()
point obj;
point arr[2];
}
24
=
3*2*sizeof(int)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment