Arrays in programming - fundamentals

preview_player
Показать описание
In this lesson, we will describe fundamentals of arrays in programming and how arrays are stored in computer's memory.

Prerequisite: Basic knowledge of C and basic understanding of pointers in C.
Go through this video to understand pointers.
Рекомендации по теме
Комментарии
Автор

Also from my side.... an expanation as clear as water! If every informatics teacher should explain it that way, the world would have a lot more good programmers!

thierrymeuris
Автор

Thank you so much....got 28 out of 30 in my pre-board practicals after watching your

Nikhilshenoi
Автор

Mate this is such a good way to learn C thank you for your help - a uni student

joshmason
Автор

Thank you so much! Your videos help me a lot.

yuqian
Автор

Thanks alot man you're really good in explaining I have a final tmw

vonBRS
Автор

such a great explanation, very helpful tutorial, thanks a lot sir 👍👍

SmartProgramming
Автор

Hey bro. You ought to start a Patreon page. Many of us would love to make a small monetary contribution for your great work. Thanks.

saiprashanth
Автор

great explanation! thank you very much! :D

kasszee
Автор

uplifting !! i can study with you smoothly

bayroncastillo
Автор

Sir, i have a doubt
Where u define that a is a pointer??

chandrikay
Автор

warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘int *’ [-Wformat=]
printf("%d\n", A);
got this error while printing array location.

kunikavalecha