M
Q. Predict the output of following C++ program.
#include<iostream>
using namespace std;
class Empty {};
int main() {
cout << sizeof(Empty);
return 0;
}
Be the first to start discuss.
Related MCQs
Q. What is the principal interaction mode for a Wii system?
Q. Host codes in a CUDA application can Initialize a device
Q. Which of the following shell scripts looping features does not recognize the break command?
Q. For a deadlock to arise, which of the following conditions must hold simultaneously?
Q. Suppose d = {“john”:40, “peter”:45}, to delete the entry for “john” what command do we use?
Discusssion
Login to discuss.