The C programming language is one of the most stable and popular programming languages in the world. It helps to power your smartphone, your car’s navigation system, robots, drones, trains, and almost all electronic devices. C is used in any circumstances where speed and flexibility are important, such as in embedded systems or high-performance computing.

30 Hrs.
Prerequisites / Audience
The course is structured basically for the new programmers who may not have any previous experience with any programming language. From the very basic to advanced topics. Simple program to complex one in step-by-step.
Objectives / Benefits
In this course, you will get started with C and learn how to write your first programs, how to make simple computations and print the results to the screen, how to store values in variables and how to repeat instructions using loops.
- Define, distinguish and give examples of hardware/software, computer programs/algorithms
- Explain the concept of a variable and declare, initialize and modify variables of data types int, double and char
- Create and comment simple C-programs that may print text, special characters and variables to the screen with controlled formatting
- Create simple C-programs that utilize for-loops to repeat blocks of instructions
Outlines
- what is a programming language?
- Different between C and other languages
- input and output (print & scan)
- if condition
- looping (for – while)
- arrays
- functions (call by value)
- functions (pointers & call by reference)
- sorting
- searching
- string
- structure
- files
- database project