Pointers In C: C Tutorial In Hindi #26
In this series of C programming tutorial videos, I have explained you everything you need to know about C language. I hope you are enjoying this C course in Hindi.
►This C Lecture is a part of this C Programming Course:
►Source Code + Notes:
►Click here to subscribe –
Best Hindi Videos For Learning Programming:
►Learn Python In One Video –
►Learn JavaScript in One Video –
►Learn PHP In One Video –
►Machine Learning Using Python –
►Creating & Hosting A Website (Tech Blog) Using Python –
►Advanced Python Tutorials –
►Object Oriented Programming In Python –
►Python Data Science and Big Data Tutorials –
Follow Me On Social Media
►Website (created using Flask) –
►Facebook –
►Instagram –
►Personal Facebook A/c –
Twitter –
Important to note:
int *ptr = &a;
is same as
int *ptr;
ptr=&a; //Yes, it’s ptr not *ptr, *ptr is a dereferencing operator and will return an error because ptr doesn’t yet have a value here
We can also come up with logic by seeing the fact that RHS is &a which is a address so LHS must also be an address
Exactly man,
Wow ! What an awesome explanation. Really this video cleared all my doubts
Thank you so much.This series is still v.v.helpful in 2021 . I was not sure that I would be able to do in coding or not and surely got confindence after watching your videos.
you are a guardian angel of us and your way of teaching is just phenomenal, u don’t let me feel any topic to be hard. you are a million times better than my college professor. p
Sir, I already watched your all past python videos. Now I want to learn more. Please upload more python learning videos. ?
Thank you so much Harry for such a fantastic explanation of pointers! You are far better than most of the university teachers as you know the art of transforming difficult topics to easy ones… Thumbs up ???…!!! From Pakistan…!
After watching your channel it’s evident that teaching is an art….you are born with it….no one can learn how to teach. you are a wonderful teacher, sir…
Sir, Thank you for clearing my doubts but can u provide me a question bank on this topic (Pointer). I want to practice 1000 questions related to a pointer. I don’t want to lose my concept.
Great work Harry bhai
Your lectures are really “MACHO”
Level of understanding was really great???
Harry bhai, what if I declare a pointer of float(or any other) data type and try to point it to int variable? Will it work?
When you understand “rocket” topic from real teacher like codewithharry, the music at the end is like victory music for us. That’s a real teacher!
great explanation but try to make it short its too long . but content is good
nice explanation! you are the best !
I have copied the comment of Muhammad Adil Khalil because i have the same feeling
Thank you so much Harry for such a fantastic explanation of pointers! You are far better than most of the university teachers as you know the art of transforming difficult topics to easy ones… Thumbs up ???…!!! From Pakistan…!
Harry there is no better teacher for Coding than you !!
Finally! I got the concept of pointers after watching this video 3times?????
Bro ur efforts are much much beyond than just a small praise or a note of thanks…Words aren’t enough to explain the joy that we all leaners get through your videos with such ease and comprehensible language . THANK YOU!! 🙂 GOD BLESS U!
MAY U MAKE MORE SUCH VIDEOS FOR ALL OF US..Godbless!
It’s simply like any doubt in any of the portions , I simply search for :- CODE WITH HARRY as a first preference. Honestly! Lots of warm wishes and deepest regards….<3
Great explanation sir. Mean alot for this thank you so much ♥️
My c was very weak but when I saw your video it becomes too Easy ❤️☺️☺️
Sir you are doing a great job! Salute you sir….
Sir pls start data structure tutorial also.
Sir your style of teaching and making complicated topics into a simple one are really appreciable… Keep up the good work.