Back to Browse

Project: Coding a GetNextLine in C

3.8K views
Apr 20, 2024
46:56

In this video you will learn how to solve the GetNextLine challenge in C. The task is: coding a function which reads one line from the standard input and returning it. If the buffer contains two lines, separated by a new line, then two consecutive calls to the function will return one line each - without any trailing \ns.

Download

0 formats

No download links available.

Project: Coding a GetNextLine in C | NatokHD