Q. Predict the output of following C++ program.#include<iostream>using namespace std;class Empty {};int main() {cout << sizeof(Empty);return 0;} (Solved)
1. A non-zero value
2. 0
3. Compiler Error
4. Runtime Error
- a. A non-zero value
1. A non-zero value
2. 0
3. Compiler Error
4. Runtime Error