137k views
0 votes
This operator is used to determine the number of bytes an object is going to use during runtime g

User Dulan
by
7.3k points

1 Answer

6 votes

Answer: sizeof

Step-by-step explanation:

i.e: sizeof(int) -> 4

User Nicolas Takashi
by
7.2k points