Home / Engineering / CPP Programming / Question
M
Q.) Predict the output of following C++ program.
#include<iostream>
using namespace std;
class Empty {};
int main() {
cout << sizeof(Empty);
return 0;
}
Related MCQs on CPP Programming
Q. Adheres to approach for managing resources and support mapping to HTTP.
Q. What is the operating system?
Q. The output quality of a printer is measured by
Q. Analog computer works on the supply of
Q. deals with carbon data, storage, transmission, and its interfaces with other data.
Discusssion
Login to discuss.