Pointers In C: C Tutorial In Hindi #26

preview_player
Показать описание
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.

Best Hindi Videos For Learning Programming:

Follow Me On Social Media
Рекомендации по теме
Комментарии
Автор

Sir your style of teaching and making complicated topics into a simple one are really appreciable... Keep up the good work.

akshatg
Автор

Wow ! What an awesome explanation. Really this video cleared all my doubts

manish-mk
Автор

O mere bhaiya u r the best than my college faculty 🙂👌

NigarF
Автор

Great video, thanks a lot for uploading. Let's briefly discuss about all the pointer operators available in C and C++. There are two pointer operators: * and &. The & is a unary operator, called “Address of” or “Reference operator” that returns the memory address of its operand.
For example,
j = &i;
assigns the address of i into j. This address is the computer's internal location of the variable in memory. It has nothing to do with the value of i. You can think of & as returning "the address of". Therefore, the above assignment statement can be expressed as "j receives the address of i".

The second pointer operator, *, called “Value at address” or “Dereference operator” or "Indirection operator" is the complement of &. It returns the value located at the address that follows. For example, if j contains the memory address of the variable i,
k = *j;
copies the value of i into k.
Hope it was clear. :)

SandipBhattacharya
Автор

Harry Bhayya ....I am very thankful to because i am only 13 years old and i am learning c language from ur i am able to understand it easily because of thanku harry bhayya

panwar
Автор

Sir you are doing a great job! Salute you sir....
Sir pls start data structure tutorial also.

vishalchauhan
Автор

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

kunalpatil
Автор

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

kshitijshekhar
Автор

bahut hi acche se samjhate ho aap harry bhai pointers ek dam acchche se samajh me aagaye online courses bhi aisa nhi samjha pate jaisa aap samjhate ho. Maja aagaya samajhke.

sagarpanwar
Автор

Finally! I got the concept of pointers after watching this video 3times🤑🤑🤑🤑🤩

Gurpreetsingh-rqhp
Автор

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...

yougetchandan
Автор

HARRY SIR, , , m daily kam krta hu+ pdta hu+khana khata hu+roj sota hu and DAILY APKA CHANNEL CHECK KRTA HU SIR.


IITIAN HARRY(FROM KHADAKPUR IIT) KEEP IT UP.


>>>---MUSHKIL CONCEPT SMAJ NHI ATA, , , CHLO HARRY SIR KE PAS----<<<

manush
Автор

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...!

muhammadadilkhalil
Автор

"me ankit me interested hu, mujhe ye jan na h ki Ankit ke andr kya hai "💀💀

Hades_xoxo
Автор

Bhaiya aapke video ke through computer languages learning karna bahut easy ho Jata hai you're far better than my college teacher, thank u bhaiya abhi mujhe exam ka revision achhe se hogya hai 👍

khushikatiyar
Автор

Amazing👍 sir,
Aapka samjhane ka tarika, kabiliyat tariph hai 🤘👍.

cmcdrajaff
Автор

Thank you, finally pointers smjh aa gya.

gayatriyadav
Автор

Harry bhai app bahot ache se samjarahe ho keep it up

देवराज
Автор

Great work Harry bhai
Your lectures are really "MACHO"
Level of understanding was really great😃😃😃

anujdubey
Автор

Thanks bhai for calling and solving my problem.

hemantsuthar