You taught this concept better than how it was taught in Harvard's introduction to computer science class! thank you :)
This is not "Playing with Pointers" like you said, this is an excellent in depth explanation on C Pointers. Thank you so much!
Hey you are seriously gifted man... I honestly wish I was paying you my tuition and not my school. Like the other comment said you are putting my professors to shame. Keep what you are doing man... you are great at it.
Man, you're an amazing teacher. I was fed up at college when i wasn't able to understand anything about pointers and your videos helped me immensely to get those stuff. Keep up the good work man. Hats off to you!
These lectures are pure GOLD. Best lectures ever uploaded on YouTube. HatsOFF man........ :)
Your videos are SO much clearer than the explanations our professor gives. Thank you so much!
Short and concise, you my friend are legendary at teaching C.
There is no any other better explanations regarding pointers in youtube. Perfectly teaching with clear examples.
your legacy will always there ,miss u harsha sir
Thank u for your simple english and great explaination!
Small add up to the course: if you are trying to compile these codes from a linux terminal, you might get an error saying " expects argument type int ". its because ,when you try to get the memory address by printf, you cannot specify it as %d as its shown in the video. instead of that try to put %p. example: printf("%d\n", *p); // this might works fine since the out put is an integer as its expected. but to get the address. printf("%p\n", p); //this works for the address
This vid saved me from failing C programming, you sir is amazing. You explain 100x better than my professor. so thanks a lot!
Oh My God! After watching this video my thought on pointers concept is totally changed as an easy concept. Perfect Explanation which I never heard before !!!!! :-) Thanks a lot
I can't believe I can spend so long confused by pointers and I come across these videos and it all clicks together. Thank you! (Also wonderful accent, it's like the diet version :))
The way you spent tym in making these videos as well as those captions(subtitles), is just great. Thank you so much for spending time and making our future bright.
man you're very clear about the explanation which my prof couldn't do over the course of 2 classes. Thanks a bunch! Saved me from understanding the material.
Best pointer tutorials in YouTube, keep up the good work
when you were explaining , you used a statement like "ADDRESS OF P".....But when we are using a pointer P, we are actually referring to the address of integer variable A rather than the address of integer to pointer P...To refer to the address of P we must use another pointer to integer (Cuz P is also a pointer of type integer or a pointer to integer) and we will store the address of pointer variable P in this variable..... :D By the way , your videos are really brilliant , the best i have seen so far ! Thanks :)
Thank you so much! Being a non-computer science major, I've been studying programming myself and the concept of pointer has been one of the toughest to grasp. Now it makes more sense :)
@ChristianAbbott2