What is the ouput of the following code?
#include using namespace std; class first { static int i; int j; }; int first::i; int main() { cout << sizeof(first); return 0; }
Correct Answer:
4
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
Correct Answer:
4
need an explanation for this answer? contact us directly to get an explanation for this answer