#include<stdio.h>int main(int argc, char *argv[]){ printf("argv[0]=%s\n", argv[0]); return 0;}
Standard input is empty
argv[0]=./prog
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!