#include<stdio.h> int main() { int a=5 a*=2+3 return 0; }
Standard input is empty
prog.c: In function ‘main’: prog.c:6: error: expected ‘,’ or ‘;’ before ‘a’ prog.c:5: warning: unused variable ‘a’
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!