Use Of SIZEOF() Operator In C/C++. #include<iostream> using namespace std; int main() { int a; char ch; float m; double n; l…