Learn C Programming
C is one of the most important of all programming languages. It is used to program desktop applications, compilers, tools and even hardware devices. C is a general-purpose, Imperative and Procedural programming language. It is fast, portable and available on all platforms. If you are new to programming, C is a good choice to start your programming journey. You should follow this course step by step and at last, you find yourself a genius programmer by the end of the course. By the end of the course, you will have a deep understanding both of the C language itself and also of the underlying ‘architecture’ of your computer.
What you will learn:
- Master C programming concepts from the ground up.
- Use the source code examples to learn step-by-step
- Understand the special features of C: Flow Control, pointer, function, array, string, dynamic memory etc.
- Test your understanding with quizzes given at the end of the chapter.
Recommended Audience:
- Beginners – if you’ve never coded before, you can learn C step by step
- Programmers switching to C from some other language such as Java, Ruby or Python
- Cross-platform developers – there are C compilers for all major operating systems
- Anyone who needs to program C++ or Objective-C. The C language is the place to start
Prerequisite:
- A Laptop/Desktop with internet connectivity to watch and follow my video step by step.
-
C-Introduction
-
C-Basics
-
C-Preprocessors
-
C-Memory and Pointer
-
C-Function
-
C-Array and String
-
C-Structure & Union