C++4

PHOTO EMBED

Fri Sep 16 2022 08:54:32 GMT+0000 (Coordinated Universal Time)

Saved by @kodekutulisanku #c++

#include<iostream>
using namespace std;
int x[100];
int main()
{
    cout << x[99] << endl;
}
content_copyCOPY