For the following given program of C++ and predict the most appropriate output of the program?
#includeiostream  
using namespace std;
int x[100];
int main()
{
cout x[99] endl;
}

Posted on by