Tuesday, April 7, 2015

50. Write a program which writes welcome to Nepal in a file. [2070 Set C]


#include <stdio.h>
#include <conio.h>

void main()
{
FILE *ptr;
clrscr();
Ptr=fopen("message.txt","w");
fclose(ptr);
getch();

}

2 comments:

  1. This program has some error cause it can't running

    ReplyDelete
  2. Totally Garbage 🗑️

    ReplyDelete