[Free] Pointers : A Deep Drive
Learn by Example Approach to Understand Pointers in Depth – Free Course
What you’ll learn
- Pointers in C and C++
- Syntax for using Pointers
- Various Types of Pointers – Double Pointer, Triple Pointer, Null, Void, Constant Pointer, Function Pointer etc.
- Relationship between Arrays and Pointers
- String Implementations using Pointers
Requirements
- Basic knowledge of C Programming
Description
Pointers are most important topics in C and C++ programming language. Many times students fail to understand these topics properly. The Course discusses Pointers concepts at a good depth. Many examples related with pointers are presented to understand the concepts very well.Course Contents are as follows –
Pointer Basic Concepts
Arrays and Pointers
Pointers – Constants, Void, Null and Dangling Pointer
Pointers Double, Triple, To Functions, As Return Type
Array of Pointers
Pointer to Arrays
Strings
Author(s): Dr. Sandeep Thorat