Тёмный

Loops in One Shot | C Programming | Lecture 3 | Complete C Course 

College Wallah
Подписаться 653 тыс.
Просмотров 1,1 млн
50% 1

In this video, Raghav Sir will teach you LOOPS in DETAIL. This is Lecture 3 of the C Programming series. Topics covered are - For Loop, While Loop, Do While Loop and LOTS of QUESTIONS. Pattern Printing will be covered in the next Lecture in detail, coming SOON.
Notes of this lecture - drive.google.com/drive/folder...
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...
▶️ PW Skills Website - pwskills.com
▶️ PW Skills Instagram - / pwcollegewallah
▶️ PW Skills LinkedIn Channel -
▶️ PW Skills Telegram Channel- t.me/SkillsPW
Timestamps :
00:00 Introduction
01:35 What and Why
05:53 FOR LOOP
09:50 How For Loop works
30:15 Problem 1 : Print all numbers from 1 to 100
34:56 Problem 2 : Print all even numbers from 1 to 100
37:36 Homework 1 : Print all odd numbers from 1 to 100
37:50 Problem 3 : Print the table of 19
40:07 Homework 2 : Print the table of ‘n’. Take ‘n’ input from user
40:42 Problem 4 : Print the AP - 1,3,5,7,9.. upto ‘n’ terms
47:13 Problem 5 : Print the AP - 4,7,10,13.. upto ‘n’ terms
50:34 **Printing AP WITHOUT using MATHEMATICAL FORMULA
58:28 Problem 6 : Print the GP - 1,2,4,8,16.. upto ‘n’ terms
1:00:55 Homework 3 : Print the GP - 3,12,48.. upto ‘n’ terms
1:01:16 **Problem 7 : Print the AP - 100,97,94.. upto all terms which are positive
1:10:48 Homework 4 : Print the GP - 100,50,25.. upto ‘n’ terms
1:12:42 BREAK statement
1:13:07 Problem 8 : Program to find out if given number is prime or not
1:38:16 CONTINUE statement
1:38:28 Problem 9 : Print all odd numbers from 1 to 100 using CONTINUE
1:43:41 Homework 5 : Print all even numbers from 1 to 100 using CONTINUE
1:44:15 WHILE LOOP
1:49:47 INFINITE LOOP
1:53:11 Problem 10 : Predict the output 1
1:56:34 Problem 11 : Predict the output 2
1:57:33 Problem 12 : Predict the output 3
1:58:58 Problem 13 : Predict the output 4
1:59:34 Post / Pre - Increment / Decrement operators
2:05:03 Problem 14 : Predict the output 5
2:07:31 Problem 15 : Predict the output 6
2:10:38 Problem 16 : Predict the output 7
2:12:44 Problem 17 : Predict the output 8
2:13:56 Problem 18 : Predict the output 9
2:15:55 Homework 6 : Predict the output 10
2:16:29 DO WHILE LOOP
2:21:25 Questions using Operators
2:21:53 Problem 19 : Program to count digits of a given number
2:31:20 Problem 20 : Program to print sum of digits of a given number
2:39:26 Homework 7 : Program to print sum of even digits of a given number
2:40:22 Problem 21 : Program to print reverse of a given number
2:53:27 Homework 8 : Program to print sum of given number and its reverse
2:54:04 Problem 22 : Print sum of series - 1+2-3+4-5+6.. upto ‘n’ terms
3:07:40 Problem 23 : Print the factorial of given number
3:16:09 Homework 9 : Print the factorials of first ‘n’ numbers
3:21:43 Problem 25 : Print the nth fibonacci number
3:38:36 Homework 10 : Print the first ‘n’ fibonacci numbers
3:39:39 Problem 26 : Given 2 numbers ‘a’ and ‘b’ , find ‘a’ raised to the power ‘b’.
3:48:09 Problem 27 : Print all alphabet and their corresponding ASCII values
3:55:31 Homework 11 : Print all armstrong numbers between 1 and 500
#CProgramming #CollegeWallah #PhysicsWallah #Loops #Loopsinoneshot

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

 

5 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,7 тыс.   
@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
@sahil-anurag
@sahil-anurag 10 месяцев назад
who are from semester 1 student?
@amitpandit190
@amitpandit190 8 месяцев назад
@lifegoeson567
@lifegoeson567 8 месяцев назад
🙋
@bobysingh2101
@bobysingh2101 8 месяцев назад
Me....
@shaileshvaishwar592
@shaileshvaishwar592 8 месяцев назад
class 10😮
@U.P.S.Csapnokiudan
@U.P.S.Csapnokiudan 8 месяцев назад
Bhai 10th me focus kr
@Aysx.
@Aysx. 9 месяцев назад
The amount of happiness you get after a code finally runs🙂
@Cm-zc2zx
@Cm-zc2zx 9 месяцев назад
😂😂😂 yeahh fr
@rashidali-qp6ul
@rashidali-qp6ul 8 месяцев назад
Excellent 👌
@rashidali-qp6ul
@rashidali-qp6ul 8 месяцев назад
Well done
@priyanshubiswas9396
@priyanshubiswas9396 7 месяцев назад
fr💀
@aradhyahsharma
@aradhyahsharma 5 месяцев назад
Is infinite 😊
@taichimashima4389
@taichimashima4389 7 месяцев назад
40:42 Problem 4 : Print the AP - 1,3,5,7,9.. upto ‘n’ terms 50:34 **Printing AP WITHOUT using MATHEMATICAL FORMULA 1:01:16 **Problem 7 : Print the AP - 100,97,94.. upto all terms which are positive 1:13:07 Problem 8 : Program to find out if given number is prime or not 1:33:10 1:38:28 Problem 9 : Print all odd numbers from 1 to 100 using CONTINUE 1:49:47 INFINITE LOOP 2:03:50 2:12:44 Problem 17 : Predict the output 8 2:13:56 Problem 18 : Predict the output 9 2:21:53 Problem 19 : Program to count digits of a given number 2:31:20 Problem 20 : Program to print sum of digits of a given number 2:39:26 Homework 7 : Program to print sum of even digits of a given number 2:40:22 Problem 21 : Program to print reverse of a given number 2:53:27 Homework 8 : Program to print sum of given number and its reverse 2:54:04 Problem 22 : Print sum of series - 1+2-3+4-5+6.. upto ‘n’ terms 3:07:40 Problem 23 : Print the factorial of given number 3:16:09 Homework 9 : Print the factorials of first ‘n’ numbers 3:21:43 Problem 25 : Print the nth fibonacci number 3:38:36 Homework 10 : Print the first ‘n’ fibonacci numbers 3:39:39 Problem 26 : Given 2 numbers ‘a’ and ‘b’ , find ‘a’ raised to the power ‘b’. 3:48:09 Problem 27 : Print all alphabet and their corresponding ASCII values 3:55:31 Homework 11 : Print all armstrong numbers between 1 and 500
@narendrasoni8071
@narendrasoni8071 5 месяцев назад
Itni mehnat kyu krta ho jab already commented hi toh😊
@AmitKumar-ec7le
@AmitKumar-ec7le 5 месяцев назад
Gajab bru
@NageshDaberao
@NageshDaberao 5 месяцев назад
Sir Excellent 👌 teaching 😊
@aaqibahmed4572
@aaqibahmed4572 3 месяца назад
kisi ne homework solve kiya hai? please kese hoga print table of n . aur odd number wala .
@Heckvlogs
@Heckvlogs 2 месяца назад
Comment out krde Bhai apna comment😂😂
@not_human...
@not_human... 10 месяцев назад
at 1:57:21 there was a semi colon just after the condition of while statement while(i
@saurabhchowrasia
@saurabhchowrasia 10 месяцев назад
Yes you got that right even I was thinking the same.
@Mindblowingfacts1079
@Mindblowingfacts1079 9 месяцев назад
Same here
@sachinnamdeo3746
@sachinnamdeo3746 7 месяцев назад
Yes , you got it I am thinking also
@piyu2003
@piyu2003 7 месяцев назад
53:00 can someone explain the without using maths method? Nhi samajh aaya
@alifhossain320
@alifhossain320 4 месяца назад
yes you are right
@mohammadfaisaliqbal9967
@mohammadfaisaliqbal9967 Год назад
If you have a good mentor who can teach you in the most appropriate way then everything looks to much easy..❤
@shubhamkumar3139
@shubhamkumar3139 11 месяцев назад
bhai 2:21:25 m sir ne ki bola manvi mam ne ek lecture karwaya hai operators ke upar.........bhai vo video ka link de sakte ho bhai merko mil nahi raha hai video vo wala
@mohammadfaisaliqbal9967
@mohammadfaisaliqbal9967 11 месяцев назад
@@shubhamkumar3139Bhai i think sir janvi mam ki Java playlist ki baat kar rahe Hain..wait Karo main link send karta hoon😇
@samislost550
@samislost550 Год назад
Sir Jaldi Jaldi Video Laiye Aap C Language me itna interest Bana diye hai ki wait nhi ho raha and Exam bhi hai Jan me sir So please Complete This series as soon as possible...❤️✨
@jayw698
@jayw698 Год назад
@@RohitSingh-jg3sw learn python,, It's very easy language,, Easily samaj aa jayegi 😊,, & Then DSA bhi python me kar sakte ho,, Python & javascript is most popular language now
@samislost550
@samislost550 Год назад
@@jayw698 but he's saying that he's in 1st year.....So what will he do in exam....Maybe C Language is 1st year syllabus
@jayw698
@jayw698 Год назад
@@samislost550 exam ke liye pyqs dekho ,,, Jitni c language important hai utna karke nipta do,, C is important just for college exam,, You should not give much importance to college exam,, college ka syllabus prepare karne se placement nahi hoga One more suggestion- C language me tumhe coding continue nahi karni chahiye,,, iske baad c++ pe switch kar jao Reason - c++ is object oriented programming & c++ has STL library which will make data structures easy C & c++ are 80% same hai,, so switching from c to c++ is easy,,, Yeah one more thing c language me dikkat ho rahi hai to python kar sakte ho ,,
@samislost550
@samislost550 Год назад
@@jayw698 Thank You So Much For Suggestions ❤️.....Gonna do it right now Starting to learn C++ but continuing C also.......Waise bhi sir 10 din me upload karte hai c ka to cover ho jayega.....
@jayw698
@jayw698 Год назад
@@samislost550 👍
@himanshudeepanshusingh9894
@himanshudeepanshusingh9894 11 месяцев назад
worth it lecture to watch for freshers and even for those who just want to clear their basics !! Thank u sir...❤❤❤❤❤❤
@user-uk5kk4ez7n
@user-uk5kk4ez7n 9 месяцев назад
I am student of IITJ and i have seen your video ,you provide very good content to the students to buid their career thanks for providing good code. happy coding!!
@khawaishsoni7873
@khawaishsoni7873 8 месяцев назад
nice to meet you i am from IIT BHU
@MERAZMESAAGE
@MERAZMESAAGE 7 месяцев назад
I am from home After taking 2 years of gap
@harshitagarwal11oct
@harshitagarwal11oct 7 месяцев назад
nice to meet you I am from IIT K
@8dsong196
@8dsong196 5 месяцев назад
I am from vit Vellore
@ManjeetSingh-xz5tc
@ManjeetSingh-xz5tc 5 месяцев назад
From VNIT Nagpur, are you people allowed a reference book in exam as here our clg is taking this subject very seriously they make such a paper that they even allow us to carry a book in the exam hall, I am just wondering what's happening in IIT
@arya60
@arya60 Год назад
Bhot bhot dhanyawad sir jii ❤️🥰👍 We can never forget the role of teachers like youuu in building our career....
@addictgamer-bn8jl
@addictgamer-bn8jl 4 месяца назад
Sir ka name kya hai
@wildyoutuber2615
@wildyoutuber2615 Месяц назад
@@addictgamer-bn8jl raghav
@indhoneyyt737
@indhoneyyt737 Год назад
Sir jaldi jaldi c language pura complete kara dijiye mid sem exam coming soon🥰❤️
@MahendrasinghBhadoriya-zp6ly
@MahendrasinghBhadoriya-zp6ly 7 дней назад
sir mai aapke video starting se dekh raha hu or muje pahle c language nahi aati thi but aapke video starting se dekhney ke baad aab muje c language learn karney mai or usse question solve karney mai bahut acha lag raha hai thank you so much sir 😁😄😇♥♥
@kiyaekobenzai9821
@kiyaekobenzai9821 Год назад
such a masterpiece this lecture was! sir you made each and every concept seem so easy.
@samislost550
@samislost550 Год назад
We want Lecture 4 Sir...Maza Aa Gaya Sir is lecture me🙌❤️
@user-gg6fv3ii6b
@user-gg6fv3ii6b 10 месяцев назад
You have proved that pw's lectures are best 😊.
@Studyislife
@Studyislife 11 месяцев назад
Although I am learning Java from Manvi Ma'am...But this series is really very helpful for revision of concepts and practice of questions...Thank you so much sir for this series...
@sahilrepuriya3205
@sahilrepuriya3205 Год назад
what a amazing lecture sir falling in love with coding now😍
@trishitamaity3496
@trishitamaity3496 Год назад
Sir please continue this series. your teaching style is outstanding.
@Rajveer-yy7ui
@Rajveer-yy7ui 10 месяцев назад
Completely dependent on you for C programming. THANK YOU SIR.
@ShivanshSingh-os5nd
@ShivanshSingh-os5nd 10 месяцев назад
Watched the whole lecture 🎉🎉🎉🎉 Long but up to point ❤❤
@vikasshukla2170
@vikasshukla2170 Год назад
Really it is very nice to learn coding with you sir❤❤
@prahladkhapsitamarhi6705
@prahladkhapsitamarhi6705 Год назад
Thankyou ❤️ so much sir for this lecture bcz before this lecture i have many common doubt in loop but I watch this lecture all my doubt clear 😊😊
@MUSIC_MAYUR
@MUSIC_MAYUR 6 месяцев назад
The amount of happiness you get after a code finally runs🙂okay
@kavishlad3048
@kavishlad3048 4 месяца назад
2024 batch attendance here....❤
@NeelamSharma-ub2sf
@NeelamSharma-ub2sf Год назад
Sir PW is the best Waiting for lecture -4👍👍
@shiwamupadhyay791
@shiwamupadhyay791 Год назад
Best teacher for coding I have ever seen ♥️
@amaangaming7795
@amaangaming7795 11 месяцев назад
Sir i have enjoyed this lacture and this is the best c language tutorial in RU-vid thanks for making this amazing c language lacture for us and at last i would definitely say maza aagya
@PramodSharma-ut9ud
@PramodSharma-ut9ud 8 месяцев назад
Thank you so much sir for this amazing lecture.🙂 This lecture is very helpful for students.
@BijoyPantu
@BijoyPantu Год назад
Maza aa gaya sir... And you don't need to improve yourself sir... You are really a very good teacher... Loop pura acche se samjha diya apne
@AbhaySingh-om3vw
@AbhaySingh-om3vw Год назад
This is a very informative lecture. Thank you sir!
@ridazaidi7995
@ridazaidi7995 2 месяца назад
I watched many videos on RU-vid, but no one explained every topic so well, sir, you explained it very well, thank you very much. ❤❤
@Ganesh.programmer
@Ganesh.programmer 11 месяцев назад
You are so intelligent and good teacher sir 😊 Thanku so much 🙏
@CHANDRAPRAKASH-fr6cj
@CHANDRAPRAKASH-fr6cj Год назад
You understand the feelings of the student. Thank you so much sir 💖💖💯💯
@user-ch2zh9gx3i
@user-ch2zh9gx3i 9 месяцев назад
Sir you are all-rounder !😊 You can teach anything whether it's the maths or any other programming language!! Really helpful!!
@user-ch2zh9gx3i
@user-ch2zh9gx3i 9 месяцев назад
@gurukripakevalam195 Yeah! obviously!!👍
@JayMahakal-px7gh
@JayMahakal-px7gh 10 месяцев назад
Sir is teaching very best, proper problem solving sum so you can practice a lot.
@learnskills1061
@learnskills1061 11 месяцев назад
Alhumdulilah complete 😍😍
@obstinateboy7507
@obstinateboy7507 Год назад
Thankyou sir for giving this amazing lecture 😍😍
@malvado8267
@malvado8267 Год назад
2:53:30 store value of n in any other variable ,for example a. int a=n;
@rohitms5057
@rohitms5057 Год назад
🙏
@gujaratimotivation1338
@gujaratimotivation1338 Год назад
Thanks
@arpitb75
@arpitb75 11 месяцев назад
Thanks bhai 🙂
@aryangupta6660
@aryangupta6660 Месяц назад
Can you give us solution?
@lakshkumar3118
@lakshkumar3118 21 день назад
Sir mst explanation very very thanks 🙏🙏🙏 kaise khu etna acha content ko dekh ke
@aditimagare_music
@aditimagare_music 11 месяцев назад
I Have No Words Sir For Describe Youu!!❤️💯You Are The Bestt!✌️💥
@nutankumari6343
@nutankumari6343 Год назад
Maza aa Gaya Sir ❤ Thank you for the amazing lecture
@khemchand494
@khemchand494 Год назад
Majaa aa gya sir, pura lecture smjh aa gya. Thank you very much!!
@gauravzoman7
@gauravzoman7 7 месяцев назад
sir...Good work keep Doing in our society need teacher like you....
@soil1027
@soil1027 8 месяцев назад
sir Your teaching skills is really incredable ,,, mujhe c program se dar lagta tha logic samaj main nahi ata tha then upka ye video mera sara problem solve kar diye loop ka thank you sir
@harshwardhansolanki7869
@harshwardhansolanki7869 Год назад
Thank you sir for your efforts 💗
@loservlogs69
@loservlogs69 Год назад
Amazing lecture guruji🙏🙏
@Studyislife
@Studyislife 11 месяцев назад
I have watched the whole video...Thank you so much sir....🙏
@user-wk5ir8uv9i
@user-wk5ir8uv9i 4 месяца назад
Hamlog jaisa kamjor students ke liye aap jaise teacher hi ek ummid ka Kiran hote h sir Thank you so much sir ❤❤
@anant_19
@anant_19 Год назад
This is amazing tutorial video 👏👏👏
@AYUSHKUMAR-dj1jy
@AYUSHKUMAR-dj1jy Год назад
As a first year i feel that this is best and detail video on loop in the youtube and question are also good maza aaya padh ke 😃
@SumitsinhChauhan-xi3dk
@SumitsinhChauhan-xi3dk Год назад
par beta ye padh ke exam mai marks nahi ayenge marks
@varnitamishra9491
@varnitamishra9491 Год назад
​@@SumitsinhChauhan-xi3dk kyu?
@shrutisisodia5229
@shrutisisodia5229 6 месяцев назад
​@@SumitsinhChauhan-xi3dk??
@dhairyabaranwal1866
@dhairyabaranwal1866 6 месяцев назад
Thank you sir. this lecture took a lot of time to complete. As I am currently in my comfort zone at home. I took 5 days to complete this one lecture. But I will study more from now.
@ProbablyRon
@ProbablyRon 4 месяца назад
1:57:06 No output as while is already terminated in the first line.
@winsomeemerald9093
@winsomeemerald9093 Год назад
sir whole lecture is great but please make a separate lecture for switch, go to etc... miscellaneous which is important for exam point of view..
@krishnakumarraj2245
@krishnakumarraj2245 Год назад
Amazing sir, thanks 👍
@MattamSujitha
@MattamSujitha 3 месяца назад
Sir in 2nd question predict the output for while loop.. Int I=1; While(I
@arindamdeka8095
@arindamdeka8095 6 месяцев назад
Thank you so much Sir for this amazing Lecture 💓
@priyanshukumar6679
@priyanshukumar6679 Год назад
Sir your language is very simple we want more videos asap 😄😄😄😄
@sumontagarai9228
@sumontagarai9228 Год назад
1:56:48 sir in this question there is semi colon in the end of line of while so the while loop will not run . Then there will be no output
@nishantsingh3216
@nishantsingh3216 Год назад
While loop is run infinite times
@sumontagarai9228
@sumontagarai9228 Год назад
@nishantsingh3216 as there is a semi colon at the end of the while loop for that it will not run . U can check it in ur compiler.❤
@nishantsingh3216
@nishantsingh3216 Год назад
@@sumontagarai9228 it will run and it will run infinite times but nothing print.
@sumontagarai9228
@sumontagarai9228 Год назад
Yaa bro i have now seen it thanks for your cooperation.❤️
@nishantsingh3216
@nishantsingh3216 Год назад
@@sumontagarai9228 I write that code in upper comment if u write printf("%d ", i) in between while(I
@AdityaKumar-wz9ce
@AdityaKumar-wz9ce 9 месяцев назад
Thankyou sir for this amazing lecture. MAZA AA GAYA
@dhanush7377
@dhanush7377 6 месяцев назад
With this detailed explanation even my dad can understand it
@Roxyy77
@Roxyy77 Год назад
Lightning lecture sir❤️🔥⚡
@nidhiraj9686
@nidhiraj9686 Год назад
sir maza aa gya, please bring lec4 asap and thank you so much
@user-tg8gx5nj4t
@user-tg8gx5nj4t 9 месяцев назад
thank u so much sir to make my coding journey easier
@Ketan9216
@Ketan9216 11 месяцев назад
Last 2 video it was great I am enjoying your lecture thanks
@TheFlavorFactory-Ankita
@TheFlavorFactory-Ankita 5 месяцев назад
Sir we need a teacher like you 😀
@IshwarUpreti-rz1lj
@IshwarUpreti-rz1lj 4 месяца назад
Kha sa ji
@Rahul_Raj__
@Rahul_Raj__ Год назад
1:56:52 Yaha par while loop infinite mode me chala jayega just because of that semicolon (;) .... Infinite mode me islie jayega kyuki i ki value hamesha 1 hi rhegi aur condition ko baar baar satisfy karega i.e. 1 is always less than 10.
@chanduyadav7621
@chanduyadav7621 8 месяцев назад
Great observation
@pandey3277
@pandey3277 Год назад
your teachings are amazing
@Voice_beauty49.
@Voice_beauty49. 6 месяцев назад
Thanks sirrr bhut sare doubts clear hua aapke pdane se👌👌
@Programming_Pro_
@Programming_Pro_ 2 месяца назад
Semester 2 ✊
@Shabdon_ke_hawale
@Shabdon_ke_hawale Год назад
I'm just dealing with this subject becoz of your content and the way of teaching is commendable sir . "Aap same us feel ke satb samjhate h jis tarah hum first time kisi language ko padhte wakt feel karte hain, ek alag he world lagta h pehel baar ye sab dekh or padh kar
@Durgesh0011
@Durgesh0011 Год назад
😂sachhi me
@kavitakimuskuratizindgi1374
@kavitakimuskuratizindgi1374 6 месяцев назад
sir I completed the whole lecture and it was seriously amazing
@diyathakkar1224
@diyathakkar1224 2 месяца назад
Thank you sir, for upload deeply study videos for c programming ..🙂🙏
@kumar0752
@kumar0752 Год назад
Generalized Code For Printing Reverse Of A Number : lastdigit = number % 10 ; reverse = (reverse *10) + lastdigit ; n= n/10 ;
@nishantsingh3216
@nishantsingh3216 Год назад
In this code we do not print reverse of 2000 we get 2 as answer or any number which last with zero will not work in this code. Write code for every number not for specific number.
@mrcow6531
@mrcow6531 Год назад
2:15:52 The output is- 3 1, 1 3, 0 4, -1 5 not only 3 1
@Iqmaverick
@Iqmaverick Год назад
because of garbage value of z i guess
@sahilnandy5550
@sahilnandy5550 Год назад
sir forgot to repeat the loop
@mr.techeditor8763
@mr.techeditor8763 7 месяцев назад
Yes loop will repeat again
@aishujr
@aishujr 5 месяцев назад
yes loop will repeat again
@aryansharma-qi9wd
@aryansharma-qi9wd 3 месяца назад
hw question output is-40, 31, 22, 13, 04
@Harshitsingh-fw3us
@Harshitsingh-fw3us 9 месяцев назад
ITS REALLY HELPFUL SIR, THANKS A LOT SIR;
@adarshkatiyar3999
@adarshkatiyar3999 9 месяцев назад
SIR YOU ARE A GOOD TEACHER BEST TEACHER AAPKA PADHYA HUA BAHUT JLDI SAMJH AA JATA HAI
@mr.satyam7888
@mr.satyam7888 3 месяца назад
Who are from 2nd semester students
@Nikhil-kg5fv
@Nikhil-kg5fv 2 месяца назад
Me hu
@user-rd1sb5dn9j
@user-rd1sb5dn9j Месяц назад
Me
@Maha_maya-2tw7t
@Maha_maya-2tw7t 29 дней назад
​@@Nikhil-kg5fv you're in primary school 🎒😂😂
@user-pp4sg4kz1o
@user-pp4sg4kz1o 8 месяцев назад
Kon-2 h jisko class teacher ka bilkul bhi samaz nhi aata😅
@mission_engineer_yt
@mission_engineer_yt 3 месяца назад
😂
@chandanprashad236
@chandanprashad236 Месяц назад
Me
@sparta-pp1gb
@sparta-pp1gb 6 месяцев назад
3 lectures done sir i wish u were the teacher in our college ❤
@mohammadsadiq6242
@mohammadsadiq6242 6 месяцев назад
2:21:53 Problem 19 : Program to count digits of a given number 2:31:20 Problem 20 : Program to print sum of digits of a given number 2:39:26 Homework 7 : Program to print sum of even digits of a given number 2:40:22 Problem 21 : Program to print reverse of a given number 2:53:27 Homework 8 : Program to print sum of given number and its reverse 2:54:04 Problem 22 : Print sum of series - 1+2-3+4-5+6.. upto ‘n’ terms 3:07:40 Problem 23 : Print the factorial of given number 3:16:09 Homework 9 : Print the factorials of first ‘n’ numbers 3:21:43 Problem 25 : Print the nth fibonacci number 3:38:36 Homework 10 : Print the first ‘n’ fibonacci numbers 3:39:39 Problem 26 : Given 2 numbers ‘a’ and ‘b’ , find ‘a’ raised to the power ‘b’. 3:48:09 Problem 27 : Print all alphabet and their corresponding ASCII values 3:55:31 Homework 11 : Print all armstrong numbers between 1 and 500
@anshurajvlogger
@anshurajvlogger 5 месяцев назад
Same problem bro
@aaryanyadav3732
@aaryanyadav3732 Год назад
I am waiting .. For new lecture... 🤗🤗
@saiemkhan5637
@saiemkhan5637 Год назад
Sir please continue this C language series
@hetraj696
@hetraj696 Год назад
Sir bahut maja aagya number 1 content mill raha hai aapki chenal se.
@creativeminds5106
@creativeminds5106 10 месяцев назад
Complete dekhliya Maza aa gya Sir. Thank you Sir
@madhubera4808
@madhubera4808 3 месяца назад
Who are now second semester? ❤and understand this lecture very easy way 💚
@anishmultani2392
@anishmultani2392 Год назад
Sir you are the best teacher for coding And i comple this full episode of loop And I am very excited for your new video Thank you so much sir mja aagya 💞💫
@employedarmy8826
@employedarmy8826 9 месяцев назад
printf("maza aya sirji ,Your all efforts for us are apperciated");
@srivastavKhushi_783
@srivastavKhushi_783 8 месяцев назад
completely enjoyful lecture ❤
@sabyasachisingha5996
@sabyasachisingha5996 8 месяцев назад
But sir in wap to reverse a given number 2:49:00 *If i want to reverse 120 it gives 21..and not 021* Other non zero digit are going good
@thestarary9412
@thestarary9412 Месяц назад
Who is doing this in second year 😂😂
@SarthakBarad
@SarthakBarad 15 дней назад
Is this needed in 2Year i m in 2 sem of 1 year and preparing it for exam so tell me if it imp then i should take it seriously
@aniwayindia
@aniwayindia 11 дней назад
😢😅
@rudrakshdd1025
@rudrakshdd1025 День назад
1:57:31....Here we would not get any output at all because there's a semicolon after while, so the code inside curly braces{} would not be executed by the compiler
@myclasss206
@myclasss206 7 месяцев назад
Thank you sir You are amazing teacher Sir aap aisa he video bnaye rheya hmara jaisa students ke leya ye bhut important hai Thank you sir 🙇🙇
@SagarSAGAR-ms2pn
@SagarSAGAR-ms2pn 7 месяцев назад
thank you sir best explaination
@Aditya.b_1814
@Aditya.b_1814 Год назад
1:45:37 number from 1-9 will be printed like :- 1 2 3 4 5 6 7 8 9
@prudhvitejakukkunuri8209
@prudhvitejakukkunuri8209 8 месяцев назад
Felt very curious in C programming after watching this
@AkashGupta-bu3kr
@AkashGupta-bu3kr Год назад
Good lecture sir.......Thank you so much👍🏻👍🏻🙂
@statusyt1188
@statusyt1188 5 месяцев назад
I AM OF CLASS 10 BUT ALSO I CAN UNDERSTAND THIS PROGRAMING VIDEO RESPECT TO SIR 😍😁
@KeshavSingh-mf7ps
@KeshavSingh-mf7ps 5 месяцев назад
Bro plss focus on your studies first😢 then jump on side courses or you will end fuc.ed up your brain.. or else your choice
@kamalpreetsingh9859
@kamalpreetsingh9859 Год назад
Hello sir, i have a doubt. in fibbonacci series, why don't we print the value of a instead of sum by doing so we would not have to change n to n-2 in loop and also there wont be any need to to change value of sum from 0 to 1. int n; printf("Enter a number : "); scanf("%d",&n); int a=1; int b=1; int sum = 0; for (int i=1; i
@tamiurkhan1076
@tamiurkhan1076 Год назад
Sir please just like our comments When we see you will check our comments 🥰
@user-uq7ct9lc5d
@user-uq7ct9lc5d 7 месяцев назад
Its really best. Even like eny other's teaching 🎉
@ManishaPal-xw4ko
@ManishaPal-xw4ko 8 месяцев назад
Yah video bahut achha laga sir . Aur achhe se samajh me bhi aaya mujhe
Далее
💜☀️✨
00:47
Просмотров 128 тыс.
Куда Анджилиша снова летит???
00:16
КРУТОЙ ФОКУС С ШАРАМИ
00:35
Просмотров 352 тыс.
Happy 4th of July 😂
00:12
Просмотров 5 млн
7 Indian Exam Tech You Didn't Know !
12:42
Просмотров 597 тыс.
Solve Any Pattern Question With This Trick!
57:20
Просмотров 2,3 млн
Pay Your Own Fees - Honest Roadmap for Students⚡
5:26
💜☀️✨
00:47
Просмотров 128 тыс.