Тёмный

Functions & Pointers in One Shot | C Programming | Lecture 5 | Complete C Course 

College Wallah
Подписаться 657 тыс.
Просмотров 959 тыс.
50% 1

In this video, Raghav Sir will teach you about FUNCTIONS and POINTERS in DETAIL. This is Lecture 5 of the C Programming series. Topics covered are - function calls, return type, function prototype, pass by value, pass by reference and lots of questions. Recursion will be covered in the next Lecture in detail, coming SOON.
PW Skills is announcing the launch of the following programs,
Binary Batch:- Java-with-DSA-&-System-Design (Java with DSA & System Design)
pwskills.com/course/Java-with... (Hindi)
pwskills.com/course/Java-with... (English)
Sigma Batch:- Full-Stack-Web-Development (MERN Stack)
pwskills.com/course/Full-Stac... (Hindi)
pwskills.com/course/Full-Stac... (English)
Impact Batch:- Data-Science-Masters (Full Stack Data Science)
pwskills.com/course/Data-Scie... (Hindi)
pwskills.com/course/Data-Scie... (English)
Website - pwskills.com/
Instagram - / pwcollegewallah
LinkedIn - / ineuron-ai
/ physicswallah
Telegram - t.me/SkillsPW
Discord - / discord
Twitter - / pw__skills
If you are facing any trouble accessing the assignment or lesson plan, please re-login to your account on PW Skills website and try.
Are you finding the classes helpful?
Stay tuned for more!
Access the notes and assignments for this class for free at :
drive.google.com/file/d/1701L...
If you are joining us late, to know more about PWSkills & plans :
Watch the Orientation Video: • C++ DSA and Java DSA -...
Watch the Launch Video: • @CollegeWallahbyPW THI...
TIME STAMPS:
00:00 Introduction
02:01 What and Why?
06:30 Loops v/s Functions
12:11 Calling a function
21:58 Min function
27:59 main() and return;
37:13 some important points
38:49 return type
50:22 library functions
57:36 function prototype
1:05:54 Problem 1 : print nCr using functions
1:24:27 Problem 2 : print PASCAL TRIANGLE using nCr function
1:38:38 Homework 1 : print nPr using functions
1:40:22 *Problem 3 : WAP to print pascal triangle without using nCr function
1:56:19 Problem 4 : Swap two numbers
2:02:26 Problem 5 : Swap two numbers without using third variable
2:07:12 Pass by Value
2:15:53 Scope of Variable
2:18:22 Formal and Actual Parameters
2:19:14 **POINTERS
2:37:35 Pass by Reference
2:51:58 Double Pointer
3:01:26 Homework 2 : Print the prime factors of a given number n
3:01:29 Problem 6 : write a function to find the HCF of 2 given numbers
3:11:24 10 True or False questions
3:14:09 Homework 3 : print first n factorial numbers using functions
3:14:25 Homework 4 : print first n fibonacci numbers using functions
#Functions #C_Programming #CollegeWallah #PWSkills #FunctionsOneShot

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

 

10 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 2,1 тыс.   
@CollegeWallahbyPW
@CollegeWallahbyPW Год назад
📗 Enroll Now in Decode Batches and become JOB READY: 📌 Python with DSA: bit.ly/4bXv5xF 📌 Java with DSA: bit.ly/49vEQkZ 📌 C++ with DSA: bit.ly/49NnNKT
@onlinehelpingpoint3740
@onlinehelpingpoint3740 Год назад
Sir c ka DSA lekar aaiye please
@aniket_850
@aniket_850 Год назад
Sir e download bhi nahi hu raha ofline main dekho kese pls check
@vasanthajampa1451
@vasanthajampa1451 10 месяцев назад
Sir pls add subtitles
@BharatiRaj-ki8di
@BharatiRaj-ki8di 9 месяцев назад
Sar ji yah to open hi nahin ho raha hai
@bhoomikaverma1367
@bhoomikaverma1367 9 месяцев назад
Sir please enable the download option. 🙏🏻
@vsj299
@vsj299 11 месяцев назад
I am going to take admission in Btech this year but cant afford laptop. That's why I am learning and practicing it on mobile only. Mere jaise aur kitne hai, let me know please 😊
@38shashwatshukla89
@38shashwatshukla89 11 месяцев назад
which college
@vsj299
@vsj299 11 месяцев назад
@@38shashwatshukla89 depends which one I get in MPDTE Counselling
@38shashwatshukla89
@38shashwatshukla89 11 месяцев назад
@@vsj299 oh brother good luck to you
@arpitsarkar7082
@arpitsarkar7082 7 месяцев назад
Why can't u crack jee mains
@vsj299
@vsj299 7 месяцев назад
@@arpitsarkar7082 I got 92 percentile so mains was cleared
@abhisplaylist4611
@abhisplaylist4611 Год назад
you are the only teacher sir who clearly explained the pointers in a easy and understandable way !! REALLY APPRECIATABLE:)
@azayfoji394
@azayfoji394 Год назад
Thank you 🙏😊
@user-bg6oz8zl4z
@user-bg6oz8zl4z 3 месяца назад
Did you find pattern printing class blurry or clear?
@wildyoutuber2615
@wildyoutuber2615 Месяц назад
@@user-bg6oz8zl4z it was clear
@JahnaviSaxena
@JahnaviSaxena 6 месяцев назад
TIME STAMPS: 00:00 Introduction 02:01 What and Why? 06:30 Loops v/s Functions 12:11 Calling a function 21:58 Min function 27:59 main() and return; 37:13 some important points 38:49 return type 50:22 library functions 57:36 function prototype 1:05:54 Problem 1 : print nCr using functions 1:24:27 Problem 2 : print PASCAL TRIANGLE using nCr function 1:38:38 Homework 1 : print nPr using functions 1:40:22 *Problem 3 : WAP to print pascal triangle without using nCr function 1:56:19 Problem 4 : Swap two numbers 2:02:26 Problem 5 : Swap two numbers without using third variable 2:07:12 Pass by Value 2:15:53 Scope of Variable 2:18:22 Formal and Actual Parameters 2:19:14 **POINTERS 2:37:35 Pass by Reference 2:51:58 Double Pointer 3:01:26 Homework 2 : Print the prime factors of a given number n 3:01:29 Problem 6 : write a function to find the HCF of 2 given numbers 3:11:24 10 True or False questions 3:14:09 Homework 3 : print first n factorial numbers using functions 3:14:25 Homework 4 : print first n fibonacci numbers using functions
@cubeskill
@cubeskill 2 месяца назад
Who is watching the video in 2024 🙂 attendance here🖐
@nobody12463
@nobody12463 2 месяца назад
Bhai yeh mere 75% ke criteria me add hogi kya???😅
@utkarshkesharwani262
@utkarshkesharwani262 9 месяцев назад
I am first year student of IIT Kanpur. before watching this video I faced quit difficulty on understanding concepts about pointers. You explained pointers very well, I appreciate you.
@kakumanujaswanth9191
@kakumanujaswanth9191 9 месяцев назад
which branch bro?
@sourav19282
@sourav19282 6 месяцев назад
​@anshumsharma3216. IIT dholakpur chutki branch😂
@PranjalChouhan-ke3hd
@PranjalChouhan-ke3hd 5 месяцев назад
Hello bro I am bca student of d crust University murthal sonipat
@user-bg6oz8zl4z
@user-bg6oz8zl4z 3 месяца назад
Same
@user-bg6oz8zl4z
@user-bg6oz8zl4z 3 месяца назад
Did you find pattern printing class blurry or clear?
@rameshprajapat4871
@rameshprajapat4871 Год назад
aap jaise guru ho to nalayak se nalayak student bhi padhne me ruchi dhund sakta haiii.......... complete video dekh lii guruji , maza aagaya ........ thank you so much sir jii🙏
@satyaprakashnahak5522
@satyaprakashnahak5522 8 месяцев назад
Basically I am a Bsc student ,I am looking for to carry on my journey with IT Sector hence I chose MCA degree and found the Best c series ever .I loved the simplest way of delivering statement of the sir by means by we are getting interesting. This series is having more concept by means of a non it background can understand what is the logic going through the program and what is going to happen........
@ItsAbtcnsistns
@ItsAbtcnsistns 8 месяцев назад
You are god for me sir. You can't imagine how much help you done for me . I was nothing know about programming till the start of college journey and watched lots of lectures but my confident was zero in programming then i got your lectures ❤❤ superrn sir
@shambhavisinha2244
@shambhavisinha2244 Год назад
Pointers acche se samajh aa gya , maza aa gya ❤🔥
@bridenbohara6416
@bridenbohara6416 Год назад
I'm from Nepal, I searched all RU-vid channels to learn c programming I found your channel is best and simplest to learn coding. Thank you sir.keep going 👍
@gai6320
@gai6320 9 месяцев назад
Chl chotu do plate momos lga
@SuniellaOKy
@SuniellaOKy 9 месяцев назад
@@gai6320 ahhhaa arey bhai kya yar padosi ka izzat karo yar 😑
@Learner.x.Achiever
@Learner.x.Achiever 8 месяцев назад
@@gai6320 Mujhe bhi ek plate
@Ranganadhamkrishnachaitanya27
@Ranganadhamkrishnachaitanya27 6 месяцев назад
ChingnaxjfjlalbmallxebkXjjejsjw
@rishirajkumar4624
@rishirajkumar4624 6 месяцев назад
I am glad i came across this video, your video had clarified my doubts and the problems i was facing while learning it.
@BATMAN_563
@BATMAN_563 Месяц назад
puri vedio dekhli mza aagya !!
@ramsantoshkarumuri2763
@ramsantoshkarumuri2763 Год назад
The best thing in you is you are going deeper into the topic with various beautiful examples I have seen some channels which say thge concept perfectly,but yours is the only channel with a perfect concept and examples mainly...
@ayeshatahir7828
@ayeshatahir7828 Год назад
oh god! I watched so many tutorials but the way you explained with dry run, that is just incredible,
@waseemch7477
@waseemch7477 Месяц назад
exactly
@vivekanand693
@vivekanand693 Месяц назад
Pure yotube pe apse accha pointers kisine bhi nhi padhaya! Hats off to you sir for ur efforts and way of teaching We are blessed to have u Sir
@ChiragGupta-ei4ro
@ChiragGupta-ei4ro 8 месяцев назад
literally your videos are very helpful sir . THANK YOU SO MUCH💜❤❤❤❤
@ryan08248
@ryan08248 9 месяцев назад
If anyone wants to learn about functions in C programming, I highly recommend watching this video. It covers everything you need to know about functions and basic pointers. The time you invest in watching this video will be well worth it.. all the best coders ..🔥
@nitubhuwalka9620
@nitubhuwalka9620 Год назад
I was searching explanation for pointers and I must say this the best video i had found on this topic
@ManjeetSingh-xz5tc
@ManjeetSingh-xz5tc 4 месяца назад
Sir thanks a lot pointer understood, I watched so many lectures about pointer but finally got it from you
@99apekshya
@99apekshya 5 месяцев назад
I appreciate the effort you put in to making us understand pointers easily.
@vemorphose1167
@vemorphose1167 11 месяцев назад
Bahut accha pointers samjhaya sir. Start me thoda confused tha but thank you very much for the thorough and detailed explaination, case-by-case. Lovely video as always
@Datakamarket
@Datakamarket Год назад
SIR Apka Tutorial Bahut Helpful Hota Hai Next Lecture Kab Ayega Sir (Array,Pointer and String, Recursion) Waiting for next Lecture 🙏
@harmeetbhullar4431
@harmeetbhullar4431 7 месяцев назад
thank you sir!! you cleared all my doubts related to the pointers .......thank you so much 🥰
@dkr_creation5054
@dkr_creation5054 Месяц назад
We are very grateful to have a teacher like you on an online platform...🎉🎉 Thank you so much sir 😊😊
@Studyislife
@Studyislife 10 месяцев назад
I have watched the full lecture...Mja aa gya...It was my first introduction to Pointers and it became very easy because of you sir...Thank you so much....🙏
@anubhavgupta8861
@anubhavgupta8861 Год назад
Thankyou sir your are the best teacher I have ever seen,you explained the topic in the easiest way ❤
@ralhocs
@ralhocs 7 месяцев назад
Understood pointers crystal clearly, ekdum maza aa gaya Sir. Shukriya!
@taichimashima4389
@taichimashima4389 7 месяцев назад
1:05:54 Problem 1 : print nCr using functions 21:58 Min function 27:59 main() and return; 37:13 some important points 38:49 return type 2:19:14 **POINTERS
@anshikakabra6581
@anshikakabra6581 10 месяцев назад
Literally sir after watching 2 videos on pointer ( from different channels) your video (3) is awesome 😎 ...as u have explained it very nicely 😀 and mazza aa gaya🎉❤
@Bhoomisaroliya
@Bhoomisaroliya Год назад
Sir your teaching method is amazing thank you for teaching us😊
@kvivekanandareddy8202
@kvivekanandareddy8202 7 месяцев назад
Such creative videos you’ve on this channel. Just subscribed! thankyou sir
@user-oh8dv3el8r
@user-oh8dv3el8r 5 месяцев назад
The way of explanation is quite good, an underrated playlist,highly appreciated.
@priyanshusuyal
@priyanshusuyal Год назад
Thanku sir, ab urgently next lecture Array chahiye sir🙏
@fansofa2688
@fansofa2688 Год назад
No recursion
@Messi_1208
@Messi_1208 Год назад
Yes sir array 🙏
@chandan87623
@chandan87623 Год назад
Yes
@chandan87623
@chandan87623 Год назад
Yes linear
@sourabhsaharan6649
@sourabhsaharan6649 Год назад
YMCA???
@mariaabid6265
@mariaabid6265 Год назад
Sirr! You are just simply amazing. Not only helping students in India but Pakistan too. Thank you so much for these great lectures. I can see you pouring your soul into these lectures.
@rambhaktbajrang8643
@rambhaktbajrang8643 Год назад
💣 your profession
@demongod9145
@demongod9145 11 месяцев назад
@@rambhaktbajrang8643 Danga & lynching is your profession.
@syd0407
@syd0407 11 месяцев назад
​​@@demongod9145bhn ke saath sona is ur profession😂😂😂😂😂😂😂😂😂😂😂😂😂😂
@lakshyabhatt22
@lakshyabhatt22 7 месяцев назад
Maksat ni bhulna💣
@kjsaran9545
@kjsaran9545 2 месяца назад
Excellent teaching methodology. Thanks sir. Great video.
@user-yc7vv3tn6t
@user-yc7vv3tn6t 7 месяцев назад
thank you sir you made my journey so simple ... now i am learning coding interestingly thanks a lot maja aa gaya pointers pad ke
@yashmoriya6891
@yashmoriya6891 Год назад
I am waiting this video..thank you so much sir ❤❤❤
@divyanshujaiswal4682
@divyanshujaiswal4682 Год назад
You made pointer easy and logical ❤️❤️💥💥
@karanbadhai98
@karanbadhai98 4 месяца назад
Thank you so much for better clarification and knowledge rather than other people
@smritipun2412
@smritipun2412 2 месяца назад
This has to be the best explaination about pointers. Thank you so much!
@Anshurider.2252
@Anshurider.2252 Год назад
I cannot understand function and pointer, but after watching your video so , i complety understand function and pointers .. Thankyou sir ☺️👍
@arpitraj959
@arpitraj959 Год назад
explained so well! Thank you sir!!
@fardinshahriwar3978
@fardinshahriwar3978 7 месяцев назад
Nicely done Sir! Thank You!
@DebitRajbanshi
@DebitRajbanshi 23 дня назад
Appreciated sir, No one can explain pointer conveniently than you. ❤❤❤
@jotiprovamitra5184
@jotiprovamitra5184 10 месяцев назад
Thank you so much sir ☺️ all the concepts and doubts are cleared
@abhishekak8597
@abhishekak8597 11 месяцев назад
Thankyou sir 🙏🙏 you teach excellent we learnt a lot with enjoyment
@user-wm4ft5hc7y
@user-wm4ft5hc7y 8 месяцев назад
It was a very good video sir, you explained it very basic.
@movielightss
@movielightss 16 дней назад
The concepts were crystal clear sir thank you so much for making us understand so well.
@CodingLover77
@CodingLover77 Год назад
Pointer achchhe se samajh aa gaya ❤️ Mazza aa gaya ❤️
@grandfathermemes
@grandfathermemes Год назад
Sir u r the best teacher in the world.. Happy New year 💓🥳
@PujaBudhathoki-vx3qn
@PujaBudhathoki-vx3qn 2 месяца назад
I always follow you whenever I get into problem regarding c.
@user-nf3wb3qz9o
@user-nf3wb3qz9o 6 месяцев назад
Brilliantly explained lecture..very helpful indeed
@user-ng7gf9dx4g
@user-ng7gf9dx4g 9 месяцев назад
Sir your teaching skills and presentation is very good.
@rahulsinghrajput5067
@rahulsinghrajput5067 Год назад
Thank you so much sir for this amazing session
@rajveersoni1703
@rajveersoni1703 Месяц назад
best lecture for c language thanks , i never thought i could learn coding , lekin jb placemant aati he to sb banne lagta he
@Pantherbyte
@Pantherbyte 2 месяца назад
sir you are my favourate teacher of coding which can be available on you you tube thank you so much sir
@furious7346
@furious7346 Год назад
Pointer acche se samajh aa gaya Maza aya🔥🔥🔥💜💜
@AbhaySingh-om3vw
@AbhaySingh-om3vw Год назад
This is a very informative lecture, thank you so much sir , mazza aa gya sir.
@xitedsoul
@xitedsoul Месяц назад
you are a real hero for engineering students, you did a great job by explaining this part very smoothly to us ,thank you sir😊😊
@anirbanghosh4386
@anirbanghosh4386 2 месяца назад
sir pionters achey se samajh aa gaya..... maza aa gaya...
@studytable9351
@studytable9351 Год назад
pointers ache se samjh aya sir ...what an explanation🥳
@jagannathsahoo6018
@jagannathsahoo6018 Год назад
Yess sir, sacchh mein mazzaa aagayyaaa👌 Infinity thanks❤❤ for your support sir🙏
@ArslanSyed-uy8sl
@ArslanSyed-uy8sl 28 дней назад
your efforts are really appreciated .Keep making such content
@priyachougule7742
@priyachougule7742 3 месяца назад
Pointers achee se samjh aagyaa, majaa aagyaa sir ❤
@saniamunshi9518
@saniamunshi9518 Год назад
you are amazing I must say u teached it very well.
@user-JahidHasanEmon
@user-JahidHasanEmon 6 месяцев назад
pointers now in my understanding.Thanks raghav bhai.
@MrPerfect-tq7wb
@MrPerfect-tq7wb 9 дней назад
Sir puri video dekh li, pointers ache se samjh aa gya,soo easy and lucid explanation,maja aa gya sir ji
@kavyacherupally5115
@kavyacherupally5115 Год назад
Pointers 👍👍❤️❤️ Swap 👍👍❤❤ Got it with great understanding Thankyou
@priyanshukumar6679
@priyanshukumar6679 Год назад
Sir ,pointer ache se samjh aaa gya Aur maja aaaa gaya 😄😄😄😄👌👌👌 NICE EXPLANATION MUJHE BAHUT CONFUSION THI THANKU SO MUCH
@arindamdeka8095
@arindamdeka8095 6 месяцев назад
Thank you so much for this amazing lecture Sir❤ Thanks for clearly explaining Pointers 🔥
@user-zc7cp9lo2e
@user-zc7cp9lo2e 2 месяца назад
loved the way of explaining each and every samll thing is covered this was really really nice
@kamalnathdhekwar5497
@kamalnathdhekwar5497 Год назад
great lecture sir.... thank you for this lecture....
@muhammadsaif6130
@muhammadsaif6130 Месяц назад
finally I got the concept of pointers and pass by reference\
@sumitjha2993
@sumitjha2993 7 месяцев назад
puri video dekhi sir , and sara samajh me aaya, thjanku sir ❤
@rohananvekar9512
@rohananvekar9512 Год назад
Enjoyed the complete video ❤
@Innovatewithcode
@Innovatewithcode 3 месяца назад
Very excited to complete the c language and aapka padana mst hai specially pointer m mza aagya 🎉
@user-ky8mg6lf7x
@user-ky8mg6lf7x 5 месяцев назад
pointers acche se smj aa gaya or maza bhi bhot aaya coding karne me, Thankyou sir....
@aryanchauhan332
@aryanchauhan332 10 месяцев назад
Sir you are the Alakh sir of Coding, you made coding easy to understand, thank you so much sir.
@CodingLover77
@CodingLover77 Год назад
Puree video dekh li Mazza aa gaya ❤️
@DivyanshiDwivedi-xn7yx
@DivyanshiDwivedi-xn7yx 8 месяцев назад
Aap ne itne right way me batata ki Hume ache se aa gaya hame ye chapter parle Samaja me nahi aa raha tha per is video ke bad I understand the function chapter Thanks sir🎉❤
@abdurrahmanefaj400
@abdurrahmanefaj400 Месяц назад
Thanks for the great explanations on pointers
@ataullahkhan6244
@ataullahkhan6244 Год назад
Good evening sir... I was waiting ur java ONE SHOT but u r not regular over there sir ...pls carry one sir ....
@anmolspeaks172
@anmolspeaks172 9 месяцев назад
✨✨Puri video dekh lee maja aa sir 💕 Thanks you so much 🥰 sir for amazing lecture free of cost 🙏🙏❤❤❤❤❤❤❤❤❤❤❤❤. God bless you 🙌🙌🙌🙌🙌🙌🙌💕💕💕💕💕💕🙌🙌🙌🙌🙌✨✨✨💕✨💕✨
@abouteducation8337
@abouteducation8337 7 месяцев назад
Perfect explanation for every lecture ❤❤❤❤❤❤ thank you sir
@user-xm8jo3wb4x
@user-xm8jo3wb4x 2 месяца назад
Sir ,your videos are really very helpful... the way you explaining code line wise line is awesome ......
@RajjoWrites
@RajjoWrites 7 месяцев назад
2:50:45 pointers samaj a gya,maja a gya From Bangladesh 🇧🇩
@user-bg6oz8zl4z
@user-bg6oz8zl4z 3 месяца назад
Did you find pattern printing class blurry or clear?
@user-bg6oz8zl4z
@user-bg6oz8zl4z 3 месяца назад
Kia pattern printing wala topic saf nzr a rha tha?
@RajjoWrites
@RajjoWrites 3 месяца назад
@@user-bg6oz8zl4z fully clear, helped me for mid term exam, i kept notes
@RajjoWrites
@RajjoWrites 3 месяца назад
@@user-bg6oz8zl4z i think raghav is way better than other mentors in youtube
@pranaychoudhari4696
@pranaychoudhari4696 Год назад
you are the only teacher sir who clearly explained the pointers in a easy and understandable way !! REALLY APPRECIATABLE:) -----------------------> PRANAY CHOUDHARI__________________----------------
@mohammadfaisal6001
@mohammadfaisal6001 4 месяца назад
Alhamdulillah, Sab Achche se samajh gya😄Thanks a lot raghav sir and physics wallah as whole💛💛💛
@user-xc2vz6bc6d
@user-xc2vz6bc6d 2 месяца назад
pointers achche se samajh aagaya sir...thankyouuu so muchh
@Vijay-em4sz
@Vijay-em4sz Год назад
2:50:48 pointers achi se samaj aagaye Maja agaya 3:15:08 puri video dikhli sir😊
@studentsharma6148
@studentsharma6148 Год назад
Thank you ❤️ sir Pls upload new lectures♥️♥️ asap sir 🙏🙏🙏🙏🙏🙏
@chocko__boii04
@chocko__boii04 6 месяцев назад
Puri video dekh li.maza aa gya thank you sir
@AbhishekNIT-B
@AbhishekNIT-B 4 месяца назад
Sir your way of teaching is extremely commendable. each and every topic is explained in a very nice manner. Thankyou so much sir
@khushidubey3060
@khushidubey3060 Год назад
pointer ache se smjh aa gya mja aa gya 2:50:45
@ruturajpawar
@ruturajpawar 7 месяцев назад
POINTERS ** maza aa gaya ❤ (Puri video samj ke 🧠 me set krli)
@bipugamer1364
@bipugamer1364 5 месяцев назад
Lakin nCr ka math ka kiya formula lagya oh samaj nahi ayaa
@gyatunlepcha3391
@gyatunlepcha3391 7 месяцев назад
Pura video dekh leya maja AA gaya Sirji❤😊👏👏
@ansh.kataria_
@ansh.kataria_ 7 месяцев назад
Thank you sir very much for this great explanation of pointers.
@rahulmaurya7314
@rahulmaurya7314 Год назад
Please take a tutorial on array ASAP SIR🙏🙏
@ROUSHAN12904
@ROUSHAN12904 4 месяца назад
PLEASE LIKE ,JISKO SAMAJ ME AA GAYA
Далее
Беда приходит внезапно 😂
00:25
Просмотров 764 тыс.
Who Can Break Most Walls? Ep.2 | Brawl Stars
00:26
Просмотров 161 тыс.
4 Years of Coding in 4 Minutes - A Short Movie
3:49
BCA to earning Crores | ezsnippet Salary Revealed 😱
30:16
7 Indian Exam Tech You Didn't Know !
12:42
Просмотров 650 тыс.
BCA Vs BTech 🤔
6:18
Просмотров 347 тыс.