give an example for sizeof operator.
Answers
Answered by
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
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