Pages

Programe to print the value of EOF

Friday 19 April 2013

#include <stdio.h>

#include <conio.h>
main()
{
      printf("%d", EOF);
      getch();  
}

 

Search Box

Most Reading

Contact Form

Name

Email *

Message *