What you'll learn:
- Write C programs in an effective way.
- Know pointers thoroughly and make their own programs.
- Operate on linked lists effectively.
- Allocate and deallocate memory spaces accordingly.
- Deploy and run their own real time applications
- Perform manipulations over stacks and queues.
In this course, we'll explore C programming language in an informal and practical way. We'll start with the basics of C programming language, then quickly unravel the mystery of C programming language i.e the pointers. The course contains these topics which are the foundations of each programming language:
-Variables, Data Types and Operators
-Loop Statements and Functions
-File Handling and Command Line Arguments
-Arrays,Structures and Memory Management
-Pointers and Linked Lists
-String Handling Functions
-Stacks and queues Data Structures in C Programming Language