#include<iostream>using namespace std;int main(){int arr[]={2, 3, 4, 1, 6};cout<< arr<<"," << &arr[0] <<"," << &arr ;return 0;}
Standard input is empty
0x7ffd31e972e0,0x7ffd31e972e0,0x7ffd31e972e0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!