Question:

How to load a text file in c ?

by  |  earlier

0 LIKES UnLike

How to load a text file in c ?

 Tags:

   Report

2 ANSWERS


  1. FILE *fp;

    fp = fopen("c:\\myfile.txt", "r");

    http://www.cs.swarthmore.edu/~newhall/un...


  2. Use the fopen function

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions