x
Menu

Pointers in C/C++

Other,

Updated On 02 Feb, 19

Overview

Introduction to pointers in C/C++ - Working with pointers - Pointer types, pointer arithmetic, void pointers - Pointers to Pointers in C/C++ - Pointers as function arguments - call by reference - Pointers and arrays - Arrays as function arguments - Character arrays and pointers - Pointers and 2-D arrays - Pointers and multidimensional arrays - Pointers and dynamic memory - stack vs heap - Dynamic memory allocation in C - malloc calloc realloc free - Pointers as function returns in C/C++ - Function Pointers in C / C++ - Function pointers and callbacks - Memory leak in C/C++

Includes

Lecture 10: Pointers and 2-D arrays

4.1 ( 11 )


Lecture Details

See complete series on pointers here
httpwww.youtube.complaylist?list=PL2_aWCzGMAwLZp6LMUKI3cc7pgGsasm2_

In this lesson, we will see how we can work with 2-D (two dimensional) arrays using pointers. We have explained how 2-D arrays are organized in memory and how pointer arithmetic and dereferencing can be used to work with 2-D arrays.

For more such videos and updates, you may subscribe to our channel.

For practice problems and more, visit httpwww.mycodeschool.com

Like us on Facebook httpswww.facebook.comMyCodeSchool

Follow us on twitter httpstwitter.commycodeschool

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send