#include <iostream>using namespace std; int main() { // your code goes hereint a[10]; cout<<a<<endl; int* v = a+0; cout<<v;}
Standard input is empty
0x7ffe5f674180 0x7ffe5f674180
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!