Answer to Question #181879 in C++ for ya73

Question #181879

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];

}


1
Expert's answer
2021-04-20T08:37:15-0400

24

=

3*2*sizeof(int)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS