class Test { int x; };int main(){ Test t; cout << t.x; return 0;}
0
Garbage Value
Compiler Error
This question is part of this quiz :