Array and Pointer | Pointer to Array | C++

Опубликовано: 29 Декабрь 2020
на канале: COMFE
779
308

In this tutorial, you'll learn about the relationship between arrays and pointers in C programming. You will also learn to access array elements using pointers.
In C++, Pointers are variables that hold addresses of other variables. Not only can a pointer store the address of a single variable, but it can also store the address of cells of an array.
In most contexts, array names decay to pointers. In simple words, array names are converted to pointers. That's the reason why you can use pointers to access elements of arrays. However, you should remember that pointers and arrays are not the same.

SUBSCRIBE OUR CHANNEL:   / comfe  
LIKE OUR FB PAGE:  / comfecure  
FOLLOW ON INSTAGRAM:  / comfecure  


На этой странице сайта вы можете посмотреть видео онлайн Array and Pointer | Pointer to Array | C++ длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь COMFE 29 Декабрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 779 раз и оно понравилось 308 зрителям. Приятного просмотра!