Pointer in C programming | pointer example in c | Learn Coding

preview_player
Показать описание
C language Pointer Tutorial...! 👇👇👇

Please Subscribe our Channel...!
Learn Coding
🙏🙏🙏

Like our Facebook Page..!
Learn Coding

Don't forget to tag our Channel...?
#Pointer
#ask4help
#LearnCoding
#cprogramming
#cppprogramming
#PointersInC
Рекомендации по теме
Комментарии
Автор

POV:- Legend watching one day before the exam! 😂

anubhavasthana
Автор

Ultra legends watching few hours before the exam

BK
Автор

Lets quickly discuss about the pointer operators in C and C++. So, 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 that was helpful. :)

SandipBhattacharya
Автор

Thank you so much sir, Maine bahot saare YouTubers ko dekha hai . Lekin aapke padhane main joh simplicity hai woh ek alag level pe hai . Thank you so much for providing us Content in our own language and making it simple . Please aage bhi aise content upload kijiye it would be very helpful for us 🙏🙏

teb-prajwalsontakke
Автор

Thank u very much koi bhi time pass na karte hue sidha padhate hai Baki YouTubers bas video ki lamba banane me time pass zyada karte hai...

akankshaingole
Автор

Sir, your video always clears my doubts, 😊 Tqsm 💯

EthicalAyush
Автор

Thank you sir I watch many video but nobody explain with such simplicity and greatly.I prepare from your channel for
exam.

harshmaurya
Автор

Thanks bhai simple tarike se aur Hindi me samjhane k liye warna baki itni video dekhi sab ghuma fira ke batare hai aur English me bhi

AdolfRizzler
Автор

thank you so much sir aapke padhane ka tarika bahut hi acha hai 👌👌

afreensultana
Автор

Thank you so much sir
I have been daily watching this type of lecture on another you tube channel but you are teaching understandable..
Thank you sir

nikhilkamble
Автор

Pointer is very useful. It is around two operators: memory address (&) and memory access (*)

ApplyIT
Автор

Very helpful video sir, apke padane se mere bahut sara chapter clear ho gaye ..

srkajolfan
Автор

Sir you are a succes ful teacher iam your new student bca 1st

akashsahoo
Автор

Thanks sir aap k padhane ka andaz akdm alag hai...turant samaj me aa jata hai

stuartlittle
Автор

Your all videos are very helpful for us ☺️

debasishparida
Автор

Thank you sir for clearing my concept of pointer 🙏🙏

AmanPandey-xofb
Автор

Your skill is very good, simply understand.

rbvlogs
Автор

I don't understand ur language but ur notes are useful to me... Thank you sir

madhusridharmaraj
Автор

Thank you so much sir ❤️aap bhot acha pdhate ho....

jiwansingh
Автор

Finally pointer kya hai vo samaj aagaya thanks sir 👍🏻👍🏻

JayPatel-ouud
visit shbcf.ru