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