Тёмный

11. Pointers in C++ | Guaranteed Placement Course 

Apna College
Подписаться 6 млн
Просмотров 625 тыс.
50% 1

Notes of this lecture:drive.google.com/file/d/1CEDE...

Опубликовано:

 

8 ноя 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 666   
@galax5130
@galax5130 Год назад
My Rules of understanding pointers:- '&' - this will return an address of any variable or things. '*' - this will dereference an address 'int *' - this will make a pointer variable 'variable_name' - this will return value of a 'variable_name' Extra:- swap(a,b) - Call by value swap(&a,&b) - Call by reference
@sudhanshunain4690
@sudhanshunain4690 Год назад
Thank you so much!!
@herohera3497
@herohera3497 Год назад
char* can also make pointer variable.
@degenerateweeb1510
@degenerateweeb1510 9 месяцев назад
any data type with star will make a pointer variable which can be used to address a memory location containing data of same data type as pointer@@herohera3497
@shreyaschavhan5522
@shreyaschavhan5522 3 года назад
Pointers Concept - 0:10 Pointer Arithmetic - 4:10 Pointers and arrays - 6:29 Pointer to pointer - 11:00 Passing pointer to function - 12:55
@desicoder
@desicoder 3 года назад
Hi everyone, I've created this updated video on POINTERS in C++: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NwZL2UjHQZQ.html Do check it out. I'm sure you'll like it :)
@ujjwalrockriser
@ujjwalrockriser 3 года назад
*a++ karne se 2 hi aa rha he par *a += 1 karne se kaam de raha he aur 3 aa rha he, koi agar comment padh raha he to please bata do ye kyun ho raha he please.
@shreyaschavhan5522
@shreyaschavhan5522 3 года назад
@@ujjwalrockriser Dekho! Hum pointers address store karne ke liye use karte hai! So Jab tum address ko baghaoge i.e. *a++ karoge toh tumhara address next jagah par point karega jaha par kuch nahi hai. and jab tum *a+=1 karte ho tab address nahi increment hota hai, tab a par joh element hai usme 1 add hota hai! bcz jab hum *a++ karte hai tab memory address +2 se badhta hai, and jab hum *a+=1 karte hai tab woh element me 1 add hota hai. Samjhe?
@sanyamratreja5457
@sanyamratreja5457 3 года назад
@@ujjwalrockriser *a++ ki jagah (*a)++ try krke dekho, mera *a++ se nhi hua tha lekin brackets se kaam krgea,... ab bina brackets k kaam naah krne ka kaarn to meko bhi smjh nhi aaya, aapko smjh aaye to btaana
@ujjwalrockriser
@ujjwalrockriser 3 года назад
@@sanyamratreja5457 bhai ye comment ke liye tarash gaya tha
@myhp8300
@myhp8300 2 года назад
The point is we can't increment the pointer directly as *a++; It'll still print a=2 but using (*a)++; gives the incremented value It is somewhat similar to BODMAS rule. We need to dereference the pointer a then increment it Thank me later!
@ahmadhamzakhan8903
@ahmadhamzakhan8903 2 года назад
Thanks Bro....
@smvillain1725
@smvillain1725 2 года назад
Thank you so much
@divyanshuranjan1353
@divyanshuranjan1353 2 года назад
thanks bhai bhot der se pareshan tha iske liye
@Yash-fh7gm
@Yash-fh7gm 2 года назад
thanks buddy!
@extremesatyaiitjeeair1980
@extremesatyaiitjeeair1980 2 года назад
thx
@dhruvbhutani9965
@dhruvbhutani9965 3 года назад
This has become a part of my daily schedule
@ujjwalrockriser
@ujjwalrockriser 3 года назад
*a++ karne se 2 hi aa rha he par *a += 1 karne se kaam de raha he aur 3 aa rha he, koi agar comment padh raha he to please bata do ye kyun ho raha he please.
@monu_7712
@monu_7712 3 года назад
@@ujjwalrockriser call by reference dekh lo aa jayega smz
@ujjwalrockriser
@ujjwalrockriser 3 года назад
@@monu_7712 samjha nahi
@tipsandtricks9526
@tipsandtricks9526 3 года назад
Same Problem
@viveksingh_01
@viveksingh_01 3 года назад
@@ujjwalrockriser are bro aisa isliye hai kyunki *a++ karne pe '++' operator ki precendence zyada hoti hai '*' se to vo address ka increment kar deta hai phir uss increased address ko dereference karta hai jisse apna original a same hi rehta hai iss issue ko solve karne ke liye apan ko bas (*a)++ ye likhna hai jisse pehle dereference ho phir increment
@anudeep0129
@anudeep0129 3 года назад
I don't know why people hate this kind of videos when someone is working so hard doing animation, writing the script, notes, editing the videos etc...etc... for your sake! Why can't we appreciate their work which has a huge impact on our society!!!
@akash-
@akash- 2 года назад
brother you are absolutely right, but also try to understand that if you are an absolute beginner, then did you understand? a big NO, so that's why some beginners didn't liking it!
@topanalysis6766
@topanalysis6766 2 года назад
@@akash- grammar pro max ultra op bro
@Mayankkumar-oi4sw
@Mayankkumar-oi4sw 2 года назад
@@akash- i understood it tho
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QTaiF8N6i3Y.html
@khatariinsaan5284
@khatariinsaan5284 3 года назад
a BIG Thanks to Aman SIr & there Team !! Such a Great Efforts for student's who can't afford colleges or classes without showing any add's between the video
@syedag.fatima6898
@syedag.fatima6898 2 года назад
Don't get for what I was searching for... but really impressed by your way of teaching its awesome Ma Sha Allah 👍🏻💫
@allaboutmovies1730
@allaboutmovies1730 Год назад
no one never ever explained something like the way you explained hats off 👌💯
@vinaydeora7834
@vinaydeora7834 3 года назад
Your videos are extremely helpful thanks a lot to everyone who gave their time, effort and money to make these videos ❤️.
@ravishukla7493
@ravishukla7493 2 года назад
Thanks ma'am, for covering the complete pointer in one video!
@tonyroy5654
@tonyroy5654 3 года назад
Sach me ammman sir pagal ho gya hoon me padh ke aisa content koi nhi dega paise le ker bhi love you sir💕🤘😊
@crazyakman0377
@crazyakman0377 3 года назад
Hmm
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html🙏🏻
@akshatchauhan6580
@akshatchauhan6580 2 года назад
In my opinion, you're the best teacher on Apna College! ( No offense to other teachers, everyone's doing a great job, it's just my personal opinion, I am a slow learner)
@Bca_Code_Talk
@Bca_Code_Talk 5 месяцев назад
#include Using namespace std; Int swap(int &a,int &b){ Int temp ; Temp = a ; a = b ; b = temp ; }; Int main(){ Int a = 5 ; Int b = 10 ; Cout
@VivekWesley
@VivekWesley 3 года назад
Thanks Aman for the quality content and Thanks for the crystal clear explanation Urvi. 👍
@RahulMishra-mt3cv
@RahulMishra-mt3cv 3 года назад
Great video, first time in my life I understand the concept of pointers. Thank you so much :D
@debiprasannapattanaik8294
@debiprasannapattanaik8294 Год назад
Pehli baar pointer ka video dekho gee toh pehli baar hi samjhoge naa
@anuragtyagi1111
@anuragtyagi1111 3 года назад
When God come to help poor students ❤️
@kanishkbisht5461
@kanishkbisht5461 3 года назад
@Raunak Singh lol, usko free nahi piracy bolte he. Thats why vo telegram par he aur ye YT.
@only_for_fun1234r
@only_for_fun1234r 2 года назад
@Raunak Singh where?
@only_for_fun1234r
@only_for_fun1234r 2 года назад
@Raunak Singh kaha free course h plzz help 🙏🙏
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html
@DeveloperX
@DeveloperX 3 года назад
finally, understood the pass-by reference concept functionality.
@ashishsolanki6948
@ashishsolanki6948 3 года назад
Awesome Work by Aman dhattarwal sir .
@shikhapriya9498
@shikhapriya9498 11 месяцев назад
Thanks for ur hardwork. The way u explained it's the easier way .
@akashkashyap8445
@akashkashyap8445 3 года назад
i am seriously wanting this video and a great thanks to all the team and didi for this video ♥♥
@uttamkarmakarece3534
@uttamkarmakarece3534 3 года назад
This channel deserves more subscribers ❤️🔥
@Harjotse
@Harjotse 3 года назад
Pls provide us some extra questions sheet for each lecture . By the way you and your team is doing great work .
@mdateeque3997
@mdateeque3997 3 года назад
STAND UP WE NEED {PYTHON}
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@prankushsharma2588
@prankushsharma2588 3 года назад
@@mdateeque3997 jo mil raha wo le le phle 🤣🤣🤣🤣🤣
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html
@KMMOS1
@KMMOS1 3 года назад
This video's spoken accent is so strong in Indian English that it detracts from learning.
@piyushsatange4655
@piyushsatange4655 3 года назад
Why you remove all adds we don't want to learn by making anyone financially weak please bro you can add adds and also sponsership
@devplays3200
@devplays3200 3 года назад
dont worry about his finances he manages it well enough.... not being a hater of him ,, subscribed him for a long time
@harshhingu3082
@harshhingu3082 3 года назад
@@devplays3200 what are the other things he does to earn money do you know.I am just asking
@piyushsatange4655
@piyushsatange4655 3 года назад
@@devplays3200 bro I am just saying him that there is no need to compromise at all no one is getting angry for any add
@shlokhinge3179
@shlokhinge3179 3 года назад
@@harshhingu3082 stock management, seminars in diff collages, affiliated marketing and much more... Our aman bhaiya is all rounder 😎 Their annual income is 7Cr (some plus students were discussing this in comments session)
@mayankkumartiwari2052
@mayankkumartiwari2052 3 года назад
@@shlokhinge3179 he doesn't charge any penny for seminars, don't spread rumors
@ShikshaThisSide
@ShikshaThisSide 2 года назад
amazing explaination mam, thankyou soo much . i think first time i really understood the concept calling by-value and by-reference .
@debiprasannapattanaik8294
@debiprasannapattanaik8294 Год назад
Acchaaa
@atharvagarwal5367
@atharvagarwal5367 9 месяцев назад
The point is we can't increment the pointer directly as *a++; It'll still print a=2 but using (*a)++; gives the incremented value. *a++ - Post Increment Operator, it first assigns the value and then increases the value later on. If we use ++*a - Pre Increament Operator, then it increase the value first and then assigns the value later on. So on using ++(*a) will give you the correct answer. Thanks !!
@jimcheriyan1801
@jimcheriyan1801 3 года назад
Please post at least 2 videos per day if possible 🙏 Either way I am blessed to get such amazing tutorials for free
@durveshpal
@durveshpal 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-PbcUrsLTDF4.html
@debiprasannapattanaik8294
@debiprasannapattanaik8294 Год назад
Haath bhi jodte hoo aur bhik bhi maangte hoo🤣🤣🤣🤣
@jimcheriyan1801
@jimcheriyan1801 Год назад
@@debiprasannapattanaik8294Apne Guru ke samne hath jodke bhik mangne me kya hi bura hai
@hareshparab7808
@hareshparab7808 2 года назад
clg mein samaj nhi aaya par hyaa pe smj aaya actually jab live code example dete hai taab smj ata hai thanks so much
@sourabhjain8102
@sourabhjain8102 3 года назад
If anyone is facing any problem, this can be because ++ has equal precedence with the * and the associativity is right-to-left. You can use ++*a or (*a)++ to specify the order of evaluation.
@Harshit_yt1204
@Harshit_yt1204 3 года назад
this should be pinned. now i realize how many actually code and how many simply watch the video. Thanks bhaiya.
@RiyaSharma-gd3kk
@RiyaSharma-gd3kk 3 года назад
Thanks a lot Buddy.😄
@unnatisingh7612
@unnatisingh7612 3 года назад
this was much needed...thank you so much pal!
@sourabhjain8102
@sourabhjain8102 3 года назад
@@unnatisingh7612 Thank you so much for going out of your way and commenting this. I was having a really bad day and it really cheered me up!
@unnatisingh7612
@unnatisingh7612 3 года назад
@@sourabhjain8102 it was my immense pleasure to hear that!!... Keep going buddy !
@shahnoorraza8514
@shahnoorraza8514 2 года назад
*Program to Increment variable using Pointers: #include using namespace std; void increment(int *x); int main() { int x = 2; increment(&x); //Pass by Reference cout
@sagarmotwani2833
@sagarmotwani2833 2 года назад
Bro smj nhi aaya
@ujjawalmishra858
@ujjawalmishra858 3 года назад
Thank You so much bhaiya...and whole ApnaCollegeTeam
@dishaakalra4503
@dishaakalra4503 3 года назад
Dii even though other teachers are good too but i understand each topic the most when you explain it. thank you so much
@M.YASIR_SHAHZAD
@M.YASIR_SHAHZAD 9 месяцев назад
we want SHARDHA DEDI in this video to teach this topic please please THUMBS UP WHO AGREE
@UnKnown-id7ih
@UnKnown-id7ih 3 года назад
Di mza aa gya , now the speed of teaching is very good. I'm loving it. Thanks di and Aman bhiya ❤
@deepakmandal161
@deepakmandal161 Год назад
Very useful video it clear my doubt of pointers
@narayanchakrawarti3437
@narayanchakrawarti3437 3 года назад
Thanku soo much Aman Bhaiya ji 🤗 & Ma'am ji
@elements8630
@elements8630 3 года назад
i used to always get confused with pointers. not anymore. good video
@omleen3187
@omleen3187 10 месяцев назад
How to understand the content in English? Subtitles aren't available!
@mohammedraqeeb4392
@mohammedraqeeb4392 3 года назад
Massive shout out to Aman bhaiya. At some point in life, I'd love to meet you
@safarihooo0sh503
@safarihooo0sh503 2 года назад
this is prolly the best explanation for pointer
@sanchitraj582
@sanchitraj582 3 года назад
Bhaiya your videos are awesome , always motivate me ❤😇
@Abhishek-bu4tz
@Abhishek-bu4tz 10 месяцев назад
Really very informative video. Thank you for putting the efforts :)
@simplesolutions2621
@simplesolutions2621 3 года назад
Excellent explanation! 👍
@skycoding7854
@skycoding7854 2 года назад
very well Mam! amaing and effective learning video.
@all_gaming9682
@all_gaming9682 3 года назад
This is the amazing bole to next level🤘
@prasantcp
@prasantcp Год назад
One of the best explanation !
@keshavkhandelwal2243
@keshavkhandelwal2243 3 года назад
Sir, your team skip string topic according your timeline of c++ pdf
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@rajanand1153
@rajanand1153 3 года назад
@@beastman1927 Coding ninja ki course free mein mili hai?
@rajanand1153
@rajanand1153 3 года назад
@@beastman1927 Bata bro, did u get it in free or it is a paid course?
@HarshKumar-kv3xs
@HarshKumar-kv3xs 3 года назад
@@beastman1927 its the first lesson and pointer will be covered in most extensive way.
@jimcheriyan1801
@jimcheriyan1801 3 года назад
@@rajanand1153 no bro coding ninjas charge a lot
@akshatdwivedi530
@akshatdwivedi530 3 года назад
This is what kind of lessons I always want.
@ishanksharma2785
@ishanksharma2785 3 года назад
Give credits to the person teaching in the description as well. Great Video!
@suman-majhi
@suman-majhi 3 года назад
One notable point is that 1. int *ptr=&a; 2. *ptr=&a; Here line 1 and 2 is not same thing
@jimcheriyan1801
@jimcheriyan1801 3 года назад
Right
@it41tanmayaron26
@it41tanmayaron26 3 года назад
@@jimcheriyan1801 what's the difference?
@anishdulal3362
@anishdulal3362 3 года назад
@@it41tanmayaron26 1 is correct bcuz we hav t o declare pointers type too
@TricknologyHub
@TricknologyHub 3 года назад
No you can't use *ptr = &a as it is different. In Int *ptr , *ptr is no a variable only ptr is a variable. U can also write it as int** ptr. Int* is not integer data type, it is a integer type data type for storing address of a int variable.
@it41tanmayaron26
@it41tanmayaron26 3 года назад
@@TricknologyHub ok, so 2nd is wrong
@nikhilguleria4313
@nikhilguleria4313 2 года назад
This is really good leacture gjb💥🔥
@changelife9847
@changelife9847 3 года назад
Thank you Sir and Mam.Please make a video on types of pointers and diversified applications.
@ajaymore2693
@ajaymore2693 Год назад
Bro In which year you are currently?
@kaushalgupta5837
@kaushalgupta5837 3 года назад
"Aya samajh me thoda thoda was so sweet mam"🤗
@nischayagrawalVlogs
@nischayagrawalVlogs 2 года назад
haha true
@anon35468
@anon35468 Год назад
Thank you didi you explained it very beautifully.
@hritiksingh233
@hritiksingh233 3 года назад
19:00 apne wnha addresses bheje hain pointer variable k is liy argument variable wnha pointer type k honge to accept the address coming from function call.
@santoshkumarmarar7048
@santoshkumarmarar7048 3 года назад
Great brother for self taught students
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@aniketkumar967
@aniketkumar967 3 года назад
thankyou di❤❤ finally i understand pointer
@anmolagrawal28
@anmolagrawal28 3 года назад
Wow what a great explanation Hats off Aman bhaiya
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@harsharyan767
@harsharyan767 2 года назад
this is the most amazing explanation I have ever seen on pointers. thanks team
@archanakalathiya2081
@archanakalathiya2081 9 месяцев назад
I apologize for any confusion, but the program you provided is an example of 'pass by address,' not 'pass by reference,' as it's important to use the correct terminology in programming.
@ANSYoutube
@ANSYoutube 3 года назад
In few years competition in coding will be like jee .Credit goes to Online educators for providing quality content for free .🙂😁😎
@aryanoberoi
@aryanoberoi 3 года назад
really? and you consider that a good thing?
@flsh1343
@flsh1343 3 года назад
@@aryanoberoi Obviously good(for doers) , sad for fellow lazy peoples
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5FsIa4Mp3ho.html
@rameshmalhotra9525
@rameshmalhotra9525 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QTaiF8N6i3Y.html
@youreview5785
@youreview5785 3 года назад
Loved her work Like👍👍👍
@moazzimalibhatti
@moazzimalibhatti 3 месяца назад
Best video ever on pointer
@BhupendraSingh-dw7vz
@BhupendraSingh-dw7vz 3 года назад
Thnku dii bhut acha smjhaya apne 👍👍
@vinit7820
@vinit7820 3 года назад
Pointer to pointer to pointer to pointer.... Inception at max level
@arjunyadav-kt5jr
@arjunyadav-kt5jr Год назад
she sounds so clear to me!
@Zazbaateditz2307
@Zazbaateditz2307 3 года назад
Thanks sir for this course it is very helpful
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@twinkletwinkle9214
@twinkletwinkle9214 3 года назад
Thank you Aman sir ☺
@saisharanyavattam227
@saisharanyavattam227 2 года назад
When we declare an array dynamically ..like Int *a=new int[n]; Can we increment this array
@cstechsupport259
@cstechsupport259 3 года назад
good work sister ...your work is good .i impress it . yo u take deeep working
@mridulrajbhar12
@mridulrajbhar12 3 года назад
Please make a tutorial on volatile keyword. It is bit confusing topic
@trademinerscoin
@trademinerscoin 2 года назад
One more easy Way to call #include using namespace std; void Swap(int &a,int &b){ int temp = a; a = b; b = temp; } int main(){ int a = 3, b = 5; Swap(a, b); cout
@s_u_m_i_t__8460
@s_u_m_i_t__8460 Год назад
Shruti didi always explain is very good 👍❤️❤️
@rahul-java-dev
@rahul-java-dev 2 года назад
Thank you so much ma'am. 🙏🙏
@devanshpatil5326
@devanshpatil5326 3 года назад
40 sec hue nahi aur haters aagaye dislike dene🤦‍♂️🤦‍♂️
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS :-- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@ishmartishtiaq371
@ishmartishtiaq371 3 года назад
lecture is very nice can you please tell the short cuts too...
@riteshchoudhary6041
@riteshchoudhary6041 3 года назад
❤❤❤❤ loved as always
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@VikasArya-cz9qs
@VikasArya-cz9qs 9 месяцев назад
Printers are the variables that stores the value of other variables
@deepakmehta2805
@deepakmehta2805 2 года назад
Program to Increment variable using Pointers:- #include using namespace std; void increment(int *a){ (*a)++; } int main(){ int a=2; increment(&a); cout
@SonGoku-gm9wx
@SonGoku-gm9wx 2 года назад
thanks bro
@deepakmodi9343
@deepakmodi9343 2 года назад
thanks
@abodisom_official
@abodisom_official 4 месяца назад
Advance 5 million congratulations
@unrivalled834
@unrivalled834 3 года назад
Thanks a lot .
@codinglover4501
@codinglover4501 3 года назад
Web development kb aa raha h
@harshdevsingh4180
@harshdevsingh4180 3 года назад
12 dec
@goldentime4910
@goldentime4910 Год назад
Ma'am ek number samjhaya
@desicoder
@desicoder 3 года назад
Hi everyone, I've created this updated video on POINTERS in C++: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NwZL2UjHQZQ.html Do check it out. I'm sure you'll like it :)
@hustlewithVaibhav
@hustlewithVaibhav 3 года назад
Thank you so much
@ajaykiran6
@ajaykiran6 3 года назад
Thank you.
@ujjalsingh923
@ujjalsingh923 2 года назад
Pdhane k sath sath communication sounds bhot accha h
@taufeeq-akhtar1491
@taufeeq-akhtar1491 3 года назад
Yaar bohot shukria ap ka
@RajA-xd7jo
@RajA-xd7jo 2 года назад
Thank You
@gouravdutta9464
@gouravdutta9464 2 года назад
Tysm didi😊♥️
@Maryamehsan-sr9gg
@Maryamehsan-sr9gg Месяц назад
Great work ❤
@satviksaini2792
@satviksaini2792 Год назад
which compiler should we use for c++ for mac devices? pls tell
@arpanbanerjee5574
@arpanbanerjee5574 3 года назад
Nice explanation 👍🏻
@AbhishekKumar-td5zu
@AbhishekKumar-td5zu 3 года назад
Tqsm bhaiya ♥️♥️
@kartikpadaliya7455
@kartikpadaliya7455 3 года назад
Love you, kaksha❤️
@mdateeque3997
@mdateeque3997 3 года назад
Hitler reacting to IIT-JEE RESULTS -- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-EioB3UK6IRM.html
@hustlewithVaibhav
@hustlewithVaibhav 3 года назад
Awesome bhaiya,didi
@357mehreenagul2
@357mehreenagul2 2 года назад
Thank you ma'am 🖤
@veerusingh1981
@veerusingh1981 2 года назад
Thnku didi
@SeemaDevi-zs5ol
@SeemaDevi-zs5ol 2 года назад
Meri pyari sister.... I am totally jelesh... Your voice because, your voice is amazing😘😘😘😘 Shreya singh
@rishabhbhatt9939
@rishabhbhatt9939 3 года назад
Sir STL, vector aur c++ competitive programming par video kab aayege
@adityatrehan9838
@adityatrehan9838 3 года назад
12:32 didi boht sundar hai aapki hadwriting....meri itni dangerous hai ki 5 marks for extra dark handwriting kat jaate the mere school mein