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