Introduction to Pointers | C Language | Basics of Pointers in Hindi

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

Here is the explanation of Introduction to Pointers.

► Programming in C (Complete Playlist):

Other subject-wise playlist Links:
--------------------------------------------------------------------------------------------------------------------------------------
►Design and Analysis of algorithms (DAA):
►Database Management System:
► Theory of Computation
►Artificial Intelligence:
►Computer Networks (Complete Playlist):
►Operating System:
►Structured Query Language (SQL):
►Discrete Mathematics:
►Compiler Design:
►Number System:
►Cloud Computing & BIG Data:
►Software Engineering:
►Data Structure:
►Computer Architecture :
►Graph Theory (Complete Playlist):
►Digital Logic:

---------------------------------------------------------------------------------------------------------------------------------------
Our social media Links:
--------------------------------------------------------------------------------------------------------------------------------------
►For Any Query, Suggestion or notes contribution:
Рекомендации по теме
Комментарии
Автор

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

ApplyIT
Автор

I just opened u tube and was thinking about understanding pointer....and I came to your channel and searched for pointers and I'm so thankful that I got it here, as because now ill easily get to understand it. thank you so much.

vishwabhatt
Автор

Very great explanation... Thanks alot to understand this topic.

manojahlawat
Автор

Very easy to understand stuff after your explanation 😊

swatisharma
Автор

Sir g congratulations apke 1 lakh subscribers ho Gaye g M apke saath tab se hu jab apke 28000 subscribers they .... Weldon sir g 🙏🙏🙏👍👍👍👍

Sudeshsorout
Автор

very well taught, thankyou so much😍! gud luck...

payalsagar
Автор

Thank you very much sir😀😀😀waiting for this ...

abhinavmathur
Автор

Sir in 2d arrays a[0] and &a[0] are same. How?

pns_news
Автор

Sir best explanation of pointers.. Varun sir he is teaching as same as you..., ,👍👍

oshniklife
Автор

My search ends here. Thank you for such great explanation

sushilaarya
Автор

I have a question, Why not use &a directly to show the contents of a.

Why do we have to use pointer by giving it a seperate memory space and in it the address of the variable a?

psychoogaming
Автор

Thanks Sir, plz cover more topics pending wrt to NET....Thanks in advance

prabhasuhani
Автор

thanks sir ji aapka samjhane ka tarika bahut hi achha

Sir i am first video seen this chanel but i am very happy

shivamvishwakarma
Автор

Where is Varun Sir? Thnx for the video

anamikar
Автор

thx sir i m very c language..., , , , where is varun m big fan of varun sir

Maajwalagi
Автор

Please cover all c programming topics with Gate problems. it will be very helpful.

surajtiwari
Автор

Sir plz upload all topics of c programming it will be great help

priyalahande
Автор

Need more n more explanation n progrms in C & C ++

hanudeep
Автор

Sir i m old subscriber... I m damn sure yeh aapki awaaz nahi h... Aapka smjhaane ka method hi alag hota h.. Mind 1 baar hi catch kr leta h aapki btaayi hui cheez...

jkjaved
Автор

Sir ye example ka o/p 5 kese aata hai?Plz ans me
Int arr[3][4]={{1, 2, 3,4},{5,6,7,8},{9,10,11,12};
int i=2;
printf("%d", (*arr+i) [2]);
O/p
5

maleksumaiya