fgets In C Language

Dear Sciaku Learner you are not logged in or not enrolled in this course.

Please Click on login or enroll now button.

If you have any query feel free to chat us!

Happy Coding! Happy Learning!

In the C programming language, fgets() is a function that is used to read a line of text from a file. It is defined in the stdio.h header file and has the following prototype:

Copy code

char *fgets(char *str, int n, FILE *stream);

The function takes three arguments:

  • str: a pointer to a buffer where the read line of text will be stored
  • n: the maximum number of characters to read, including the null character
  • stream: a pointer to the FILE object that corresponds to the file to be read
3. Input Output In C

0 Comments

Start the conversation!

Be the first to share your thoughts

Frequently Asked Questions About Sciaku Courses & Services

Quick answers to common questions about our courses, quizzes, and learning platform

Didn't find what you're looking for?

help_center Contact Support