Description
In this course, you will learn :
- The Fundamentals of C Programming
- Understand the fundamentals of programming in depth.
- Solve problems in beginner programming.
- Get the knowledge you need to confidently tackle advanced topics.
Syllabus :
1. Introduction
- Installing Code::Blocks IDE
- Basic Program Structure, Comments
- The Build Process
- Variables and Data Types
- Constants and Addresses
- Input and Output (scanf(), printf())
- Arrays
- Strings (char arrays)
- Operators
- Control Flow (Decisions)
- Control Flow (Loops)
- Functions, Scope
2. Exercises on The Basics
- power
- Sum of Input
- Divisors of a Number
- Min and Max
- GCD and LCM
- 1D Array: Sum and Product
- 2D Array: print [row-row, column-column]
- 2D Array: Rain Fall
- Strings: Read a string
- Strings: Copy String to String