From the course: C Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - C Tutorial

From the course: C Essential Training

Start my 1-month free trial

Next steps

- [Dan] I hope you enjoyed this course which serves as a thorough introduction and overview to the C programming language. To assist you with meeting with your goals, I have some additional recommendations. For help with C library documentation, look no further than your own computer. If you're using or have access to a command shell such as the Linux shell in Windows 10, you can use the man pages in a terminal window to look up C documentation. Type the word man followed by a space, and then the name of the function such as fgets. A resource for the standard C library is available online at the FORTRAN 2000 website, and the link is provided here. On this site, search the library for a follow on course that covers data structures, pointers and file systems, as well as other C language courses to expand your C programming knowledge. Search for topics such as C libraries, debugging, and secure coding. For good written material I…

Contents