#include <stdio.h> int main(void) { int i = 0; ++i++; return i;}
Standard input is empty
prog.c: In function ‘main’: prog.c:5:2: error: lvalue required as increment operand ++i++; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!