#include <stdio.h> int inc(int n){ return n+1; }int main(void) { int x; x = inc(14); printf("%d\n", x);}
Standard input is empty
15
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!