A pointer is a variable whose value is the memory address of another variable. Since this is a numeric value, we can perform arithmetic operations (addition and subtraction) on it. These operations are called pointer arithmetic. Today we will see what pointer arithmetic is for in the C programming language, what the dereference operator is, arithmetic over arrays and more.
Contents:
00:03 - What is pointer arithmetic in C
00:36 - Pointer declared in memory
01:07 - Changing the memory address by incrementation
05:14 - What is a garbage value
06:15 - Pointer arithmetic on an array of chars
Watch all the videos of the C course: • Aprende a programar 📙 con el Lenguaje de P...
See the C course repository: https://github.com/dfbq91/aprende-a-p...
Facebook: https://goo.gl/HDLFyn
Twitter: https://goo.gl/pcFziM
#LearnProgramming #CCourse