[ create a new paste ] login | about

Link: http://codepad.org/Plj7uVxf    [ raw code | output | fork ]

C++, pasted on Feb 4:
1
2
3
int a[100];
  
1[a]=3;


Output:
1
2
Line 3: error: expected unqualified-id before numeric constant
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: