#include<stdio.h>int main(){ int a = 6; printf(" %d the output of this program is " , a); return 0 ;}
Standard input is empty
6 the output of this program is
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!