int main() { int a[10], b[10]; a = b;}
Standard input is empty
prog.cpp: In function ‘int main()’: prog.cpp:3:7: error: invalid array assignment a = b; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!