• Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

Working with Functions in C

Functions are a core component of the C programming language . This course will teach you everything you need to know about functions in C including user-defined functions and functions that are available within the C standard library.

Zachary Bennett - Pluralsight course - Working with Functions in C
by Zachary Bennett

What you'll learn

Without a proper understanding of functions, a software developer is limited in terms of their ability to create modular systems that are easy to reason about and maintain. In this course, Working with Functions in C, you will learn how to use functions in order to create programs and applications in C that are easy to test and easy to maintain. First, you’ll learn what functions are in C and why they are so important. Next, you’ll explore how to create your own user-defined functions in order to create modular, reusable code that is easy to maintain and test. Finally, you’ll take a deep-dive into the C standard library functions that are available. By the end of this course, you will have a deep understanding of both user-defined and standard library functions in C.

Table of contents

About the author

Zachary Bennett - Pluralsight course - Working with Functions in C
Zachary Bennett

Zach is currently a Senior Software Engineer at VMware where he uses tools such as Python, Docker, Node, and Angular along with various Machine Learning and Data Science techniques/principles. Prior to his current role, Zach worked on submarine software and has a passion for GIS programming along with open-source software.

More Courses by Zachary