1.4 Pointers and Arrays | Data structure Tutorials

preview_player
Показать описание

Discussed the relationship between Arrays and Pointers in Data Structure with example and code.

******************************************
See Complete Playlists:

*********************************************

Connect & Contact Me:

#pointers
#array
#pointersandarray
#datastructure
#DSA
Рекомендации по теме
Комментарии
Автор

*(a+1) = 2
*a = 6
*a+1 = 7
Finally got the concept. Much appreciation ma'am.

shadracknjuguna
Автор

I watched meme of yours on Instagram that you are famous just because of your beauty, that people watch you just to see you. but I watched some of your videos on Data structure and I think you are a great teacher and you deserve to be famous. It takes so much effort, planning, and patience to do such type of videos with these concepts and also for free of cost. Thank you, mam

mohinirana
Автор

This is the most important video for anyone who wants to learn C or C++ language. No stones are left unturned here. Thank you, ma'am, you are simply the best computer teacher. :)

tusharvatsa
Автор

Ma'am, I think u have taken a very long time to understand these concepts. Becoz, u have exactly knew what types of silly doubts we get and u r explaining it very well.... ❤

yashwanthsai
Автор

After watching this data structure series, now I am love with Data Structure. I have no words for your teaching style. Thanks for sharing your knowledge. Sometimes I used to think, my college teacher has wasted my time.

sundargautamofficial
Автор

*(a+1) = 2 and *a+1 = 7

I am very grateful after getting in touch with your channel. Your explanations are very helpful thankyou so much mam for this great content.

Divij_tanwar
Автор

*(a+1) = 2 and *a+1 = 7
Thank you so much mam for this amazing dsa playlist ❤️

Jyotikumari-zudg
Автор

I searched the whole YouTube for dsa .. n i m grateful that i found this channel... thanku for these videos.🙏

indrajeetverma
Автор

Thank you, ma'am for spending your time making these videos free of cost. They are really helpful. I am so grateful. I can finally study data structures. Thank you so much, ma'am!

medhathakur
Автор

It takes so much effort, planning, and patience to do the videos and also for free of cost.
Thank you, Jenny.

venkateshpolisetty
Автор

A little tricky concept for a first timer but got all of my doubts deciphered and gets me to work my brains out .Thank you for your help!

crjohnChan
Автор

*(a+1) =2
*a+1=7
Thankyou maam for these videos

bharatgupta
Автор

19:34 the answer is 2 and 7 respectively for each of them...thank you for such an amazing video on ds &algo

abhishekchakrabarty
Автор

Ma'am I just wanna say ...big thank u to of u l cleared my BCA

chetanmahajan
Автор

*a = 6 // means value is 6 at pointer (address) a
so, as given example

*(a+1) = *(100+1) = *104 = 2

*q+1 = *100+1 = 6+1 = 7

expaining with easy understanding thank u ma'am 🙏🙏

MereGovind
Автор

The ans would be *(a+1)=2
*a+1=7;
If we take &q[i];
Then the elements can be read.. It is one of the option
If we try 2[a]
I got ans 1 which is right..
Thank uu soo much mam for this
I was literally confused in pointers
U cleared my doubt ..
&a+1 gave diff ans and a+1 gave the address of 1index

sanjanahalli
Автор

a[i] works equally as i[a]
and &a[i] works equally as &q[i] (even though it displays the address and not the value itself). For displaying the value we may use the dereferencing operator with q.

srijitanitamajumdar
Автор

The best thing in your lectures is you make logical pictures of all data structures on board and explain all operations with implementation also, from all basic concepts to advanced.

and don't miss r ignore a single point.

this is your competitive edge over other channels.

love from Pakistan. ❤️

flutterjavascript
Автор

i reallly appreciate your work mam, jab v koi kuch puche ya smjh nah aaye question to aps padhte apko hi suggest karta computer aesa smjhna sirf or sirf ap hi kar sakte hai logic bilkul smjha dete ho ...
baki youtubers to basss bta dete hai appp btaa k smjha deti +(plus) pura dry kar k smjha deti ho jisee uss type k or v question bass refernce le k bn jata hai times completed dsa of your's.

Xmarty_Live
Автор

Good morning mam
Thank you so much mam we don't have good faculty at 'c' language but every day I will see your 'c' videos clearly understood mam your videos ur teaching process I like my proffecer nothing say about c language but how can I wrote exams every time I saw ur videos then I wrote exams thank you so much mam 😀😊

KUMBHAGIRIAMULYA