5.00
(1 Rating)
C Language – The Fundamentals of Loops and Functions (course 2)
By N.Samba
Categories: Embedded systems

What will you learn?
- By completing this course, you will be able to:
- Understand and apply the different types of loops in C to repeat tasks.
- Master the use of break and continue flow control instructions to refine the logic of your loops.
- Manipulate arrays in C using loops to perform tasks such as searching and sorting.
- Create and use functions in C, understand the concepts of passing by value and passing by reference.
- Identify and handle errors in your C programs using assertions, debugging, and error code handling.
- Apply the skills learned by developing a hands-on project in C that will implement loops and functions to solve a problem.
Course content
Chapter 1: Introduction to C Loops
-
Understanding the for Loop
00:00 -
Understanding the while Loop
00:00 -
Understanding the do…while Loop
00:00 -
Preventing Infinite Loops
00:00 -
Test your knowledge of C Loops
Chapter 2: Deepening C Loops
-
Flow control with break and continue
00:00 -
Nested Loops
00:00 -
Understand and declare tables.
00:00 -
Using Loops for Arrays
00:00 -
Validating Skills on Arrays and Loops in C
Chapter 3: Functions in C
Welcome to the fascinating world of C functions, the fundamental building blocks that will transform your code into a modular and efficient work of art! It's a bit like having a toolbox where each tool has a specific role to play. Ready to dive into this structured universe? So let's go !
-
Definition and Calling of Functions
00:00 -
Parameters and Return Values
00:00
Learner ratings and reviews
5.0
Total 1 Rating
5
1 rating
4
0 rating
3
0 rating
2
0 rating
1
0 rating
This course is really understanding.