C++ POINTERS (2020) - How to use pointers and arrays (for beginners) PROGRAMMING TUTORIAL
CodeBeauty CodeBeauty
274K subscribers
129,920 views
0

 Published On Oct 7, 2020

In C++ array name represents the address of the first element of that array, and it can be used as a pointer to access other elements of that array as well.
This means that [ ] (square brackets) behave as a dereferencing operator.
The array name can also be used with * (asterisk) like we do when working with pointers.
Be very careful when accessing array elements, and don't use indexes that are out of the bounds of that array.

🚀📈💻🔥 My Practical Programming Course: https://www.codebeautyacademy.com/
Experience the power of practical learning, gain career-ready skills, and start building real applications!
This is a step-by-step course designed to take you from beginner to expert in no time!
💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10).
Use it quickly, because it will be available for a limited time.

🚀📈💻🔥💰 My Practical Programming course: https://bit.ly/SimplifyingCoding
If you enjoy my teaching style, you'll be delighted to know that my Practical Programming course will soon be out. I'll share my decade-long experience and help you secure a job as a software developer. Don't wait, because the number of places is limited! Sign up now, and I'll gladly send you a special discount when the course is launched.

☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. You can use the link below to make a contribution: https://bit.ly/CodeBeauty_BuyMeACoffee
However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇

Follow me on other platforms:
Instagram 📸 -   / truecodebeauty  
Twitter 🐦-   / truecodebeauty  

show more

Share/Embed