Overview
Course Description
C is an important language that is taught in colleges. Learn C language and master C coding by practicing problems from basics to solving probems asked in Coding Competitions. After the course you will be able to solve easy to medium level question in any online coding platform
Important:C is a powerful general-purpose and highly efficient programming language. It is fast, portable, and available on all platforms. For newcomers, C is a good choice to start the programming journey. C is used for a wide range of applications starting from Operating systems like Windows and iOS to software used for creating 3D movies.
What you'll learn
- C Overview
- Data Types
- Loops
- Operators and Expressions
- Formatting Input/Output
- Decision Making
- Logic Building
- Arrays and Pointers
- Character Arrays and Strings
- Functions
- Recursion
- Structures and Unions
- Sorting
- Searching
- File Handling