Computer Science, asked by sabah13, 29 days ago

give an example for sizeof operator.​

Answers

Answered by nehabhosale454
1

Answer:

The sizeof operator is used to calculate the size of data type or variables. This operator returns the size of its variable in bytes. For example: sizeof(a), where a is interger, will return 4.

Answered by sreemathiharidas6
1

Answer:

The sizeof operator is used to calculate the size of data type or variables. This operator returns the size of its variable in bytes. For example: sizeof(a), where a is interger, will return 4.

i don't know whether it's rite. if yes mark me as brainlist

Similar questions