What will be the output of the following C++ code?
#include<iostream> using namespace std; int x[67]; int main() { cout << x[62] << endl; }
Garbage value
67
62
0
This question is part of this quiz :