0

Find the output

// Assume that integers take 4 bytes. #include<iostream> using namespace std; class Test { static int i; int j; }; int Test::i; int main() { cout << sizeof(Test); return 0; }

29th Aug 2017, 4:05 PM
Nidhi Undirwade
Nidhi Undirwade - avatar
2 Antwoorden
+ 2
4+4=8bytes
1st Sep 2017, 6:23 PM
Divya
Divya - avatar
0
and what's the answer ??
29th Aug 2017, 5:47 PM
Mohit Mehta
Mohit Mehta - avatar