What will be the output?
class Test { int x; }; int main() { Test t; cout << t.x; return 0; }
0
Garbage Value
Compiler Error
None of the Above
This question is part of this quiz :