What is sizeof operator in C++?
Answers
Answered by
0
- sizeof() operator is used to find the size of variable ,datatype, constant , character etc.
declaration:
sizeof(int);
output:
2
Royjaiswal:
arti *
Similar questions
Computer Science,
1 year ago