C remains one of the most popular languages thanks to its portability and efficiency, and laying the groundwork for many programming languages like C++, Java, JavaScript, and Python. In this course, you’ll dive deeper into the syntax of C, learning the functions of the language and how to properly apply them within an algorithm. Identify types, operators, and expressions within C to build recursive functions and examine the role of the C preprocessor in achieving software portability.
Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.
This course is part of the C Programming for Everybody Specialization.
What you'll learn
- Understand C variables and types
- Understand control flow in C
- Learn to write recursive functions
Syllabus
Types, Operators, and Expressions
Control Flow
Part 1: Functions and Program Structure
Part 2: Functions and Program Structure