The Magical World of Pointers in C
What you'll learn
- Basics of Pointers, the & and * operators, Call by Value v Call by Reference
- Functions returning pointers
- Pointers and Arrays
- Pointers and Strings
- Pointers and Structures
- Miscellaneous topics like - Wild, NULL and Dangling pointers, Dynamic Memory Allocation.
- Pointers and Data Structures like - Linked List, Stacks and Queues
- Pointer Applications
Course content
- Preview03:25
- Preview01:58
- Preview03:08
- 04:34Call by Value vs Call by Reference
- 01:32Functions Returning Pointers
- 5 questionsMini Quiz 1
Requirements
- Basic understanding of C programming language and syntax
- Understanding of Basic Data Structures like int, float, char and arrays
- Basic understanding of functions, logical operators as well as loops (for loop, while loop, etc.) and conditional statements (if.. else)
Description
Welcome to the Magical World of Pointers in C!
This course has been divided into 5 sections – Getting started where we understand the basic Pointer concepts, we then move on to specific topics of Pointers like Pointers and arrays, Pointers and Strings and Pointers and Structures. Finally, we conclude with the section on Data Structures using Pointers which will use all the concepts that we learn in the preceding sections.
In every section the approach that we follow is we will start with the basics and then move on to the more advanced topics. Don’t worry the transition is going to be smooth and all will come naturally to you. All you need to do is just is focus your energy and try to understand the concepts
.
Since this a course exclusively for Pointers and we will use other basic C language concepts to understand this topic. Thus, as a prerequisite, you would need to have a basic understanding of C programming, syntax of the language, basic data structures and also have an understanding of data structures like arrays, functions, logical operators as well as understanding of loops (for loop, while loop, etc.) and conditional statements like (if.. else statements).
In each section, every concept has been explained by using a C program and expected output. More than 30 sample coding examples with output have been provided to explain the concepts programmatically.
Wherever necessary memory diagrams have also been used to help you understand the concept pictorially. Advantage of a pictorial representation is that it will help you grasp the concept faster.
Since this course is more about understanding the concepts of pointers and how we can use them in programming, we are not focusing on how to compile and run the code. This can be easily found on the internet where you can explore the different IDEs and also write and run the C program as per your liking.
A Mini-Quiz after each section to test your understanding of concepts.
Who this course is for:
- C programmers who want to learn about pointers - from basics to advance topics
Instructor
I am a software engineer and also have done MBA in marketing. I have around 13+ years of work experience across different areas in the Information Technology Industry – I have worked as a programmer, an IT consultant, a Project Manager and also done Consulting Sales. I love teaching and it is my hobby to impart knowledge that I have gained over the years