C++38

PHOTO EMBED

Sun Sep 18 2022 12:11:33 GMT+0000 (Coordinated Universal Time)

Saved by @kodekutulisanku #c++

#include<iostream>
using namespace std;
int main(){
  int arr[5] = { 1,2,3,4,5 };
  cout << arr << endl;
  return 0;
}
content_copyCOPY