Wednesday 30 October 2013

Smallest C Program

/* smallest C program that run without any syntax error or warning.*/
void main()
{}

3 comments:

  1. How this programm run without stdio.h

    ReplyDelete
    Replies
    1. stdio.h headerfile is required when we use pre-defiened function like printfor scanf etc

      Delete