I already knew basics and some intermediate topics of Python and JS. But I wanted to learn a low level fast programming language like C. He could have just made a 100 videos course on the basics of C and then say "To learn more buy my course." but his priceless effort is truly amazing that he taught so much that even paid courses sometimes don't teach us, for free. He truly a person dedicated to his work.
I am starting my third year in Engineering and Revising C, Harry Bhai hats off to your hard work and this content, Thanks for being there!!Love from Pune.
I don't know why I'm posting this ques but anyway Hello! I'm BCA first year student and I also wanna Be an ias officer so during my 3 years bachelor degree should I prepare of upsc Or prepare for nimcet to do mca after BCA I'm literally confused..
Consider this my thanks and appreciation for your hardwork you have done on this video, This is the first time i have ever printed myself some notes 😂. But they really good. !! And you are really funny man !!
@@farhannadeem2403 download the notes file and then unzip the file with winrar software which you can download from any browser in your pc and you'll be good to go
15:10:43 Thankyou so much sir finally I completed this course and thank you for being such a nice teacher i salute to your dedication thanks thanks thanks 😊😊😊😊😊😊😊
I am facing one problem in vs code while executing my c program code takes input from user i have made code for if elseif else ladder while running it only shows result of else statement which is wrong while taking input of if or elseif statement please help me to fix it it's urgent.
Check your condition.. every non zero value consider as true(1,2,3...) and then your code will be run ... otherwise your condition is false (0) it's going to else statement...
Bro i downloaded ming but it downloaded in zip file 15mb after extracting i am not able to get setup file so, please help me how can i install ming in my laptop please help me brother.
11:17:54 Did you understand the working of program ?? What is the significance of st[i]='\0' here?? Why characters start repeating if st[i]='\0' is not put?? Plzzzz help if you can :-)
I am someone who is very scared of programming but the way you have explained the all concepts of C has made it very easy. This is the best programming video I have ever seen. Thank you Harry.
6:44:58 float temp_converter(float celcius); int main(){ float celcius; printf("enter the temperature in celcius"); scanf("%f",&celcius); printf("the value of temperature in fahrenhite is %f",temp_converter(celcius)); return 0; } float temp_converter(float celcius){ float fahrenhite = (celcius * 9/5) + 32; return fahrenhite; }
Yes! Finally watched whole course! Each and every guy who watched the whole course is going to become a great programmer. please give a big round of applause to a great Teacher "Harry Bhai".
8:26:21 Mere pass laptop nhi h ,phir bhi pointer bhut acche se samjh aa gaya , thoda tugf pada but , agar laptop hota toh acche se practice kakre aur badiya samjh leta . Thank you sir 😊
@@sadiqueshoaib ha i agree with u bhai free me hai toh but agr jo imp hai wahi na aye toh free me bhi mehenga hai na .agr main point na hoto chalega kya tuze mai agr sirf nam k liye bolu toh chalega kya ab bata??aur waise bhi mai pura krke dunga aisa usi ne kaha hai maine nhi aur view aa rahe n bhai.ment kiya toh usne
Is video ko please dabaake like and share karna. Hope you like and have downloaded the notes, practice sheets and the Project source code. Also if you like and share this video, I will make a detailed Data Structures & Algorithms course with notes for sure. This is the longest coding video ever and the best video on this channel so far. All you have to do is share this video enough to make it most liked & shared so far. I promise to make a Data Structures and Algorithms course for sure! Thanks for all the love and support 😊
College Never teach like that they only give knowledge which is in book but you teach all basics concept and also advanced knowledge you are great than college teacher really sir
@@sidrasyed7766 First link i.e., For Downloading notes, code and practice set which is available in the description. If you click on that link then "Codewithharry" website will open and then scroll at the bottom of the page, there you will find file (in compressed format).
6:44:13 I upgraded the program by using if else statements and thus converting Fahrenheit to Celsius to and fro, by asking the user if he wants to convert Fahrenheit to Celsius or vice versa... Having a great time learning this course 😃 Thanks Harry Bro, Much Appreciated 🖤
Completed the vid, just a few mins back, thanks a lot! , took me 4 months which was quite long cause I kept delaying it, but finally completed it today. Again Thanks a lot man.
Hello 👋 dear warm greeting 💖 want to make this lockdown usefull here is the great news Learn Ethical hacking make your career bright 💡 Get the complete Ethical hacking course just at 199 ₹ 🤩🥳 and start learning from today 🎊
Hello 👋 dear warm greeting 💖 want to make this lockdown usefull here is the great news Learn Ethical hacking make your career bright 💡 Get the complete Ethical hacking course just at 199 ₹ 🤩🥳 and start learning from today 🎊
You are a great solopreneur. You gave a lot of knowledge about programming to new indian 🇮🇳 youth...really you are such a great person♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️
Just finished the whole tutorial..and I can say that this is the Indian version of CS50. Best tutorial on C so far. Waiting for full tutorial on DS & Algo. Thanks man!!!
I've already posted my review about this course in comment. I've finished the course entirely. Not all but most of the parts are covered and course helps a beginner to understand the basics of C language. Also Harry Bhai explains difficult topics very well and highlights caveats that help new programmers avoid misusing the language. Overall a great and MUST have course for beginners.
College : - admission fees , tution , exam form fees ,computer lab fees , and etc Code with harry : - only work hard I support you no feessss Yeee you are the best
6:21:28 #include int main(){ int side ; int area; printf("enter the value of sides "); scanf("%d",&side); printf("the area of square is %d ", side*side); return 0 ; }
01:04:06 #include Int main() { // Program to add the two numbers Int a; Int b; Printf("enter two numbers:") Scanf(" %d %d ", &a,&b); Printf("sum of two numbers: %d",a+b); return 0; }
3:49:22 Ans of question 6 :- #include #include void main() { float Num1, Num2, Num3, Num4; printf("Enter any four number to find greatest of all "); scanf("%f%f%f%f",&Num1,&Num2,&Num3,&Num4); if(Num1>=Num2 && Num1>=Num3 && Num1>=Num4) { printf("The laragest number is %f.", Num1); } else if(Num2>=Num3 && Num3>=Num4) { printf("The largest number is %f.", Num2); } else if(Num3>=Num4) { printf("The largest number is %f", Num3); } else { printf("The largest number is %f", Num4); } } 5:08:00 7th que. :- #include #include int main() { int mul, n=10, i, ans=0; for(i=1; i
I m an electrical engineering student and even they(college) couldn't make me understand coding that much, but here now I m very clear about coding. thanking you sir.
I am also electrical engineer bro..... But 1st coding konsi sikhni chahiye.... Muze python learn karni thi pr mere dost ne btaya ki C language sikh le pehele....pr ab to khuch bhi ni smz raha.... Bohot confuse 😕 hoon..
24:50 --> Run Program using Terminal (a.exe) 48:53 --> Run Program using Terminal ( first.exe) 1:01:35 1:06:05 1:13:24 to 1:18:17 --> user snippets 1:28:47 --> alt shortcut 1:54:33 --> pow() 2:47:52 --> no error throwback , but program breaks........ 2:48:53 --> imp point 3:26:46 --> imp point of if statement 6:57:58 --> star pattern Pointers --> 07:06:55 --> Very Important . Arrays in memory ---> 08:51:16 ---> Very Important .
10:43:26 to make a function for finding the length of a string is as follows : #include int strCount(char *ptr){ int count = 0; while(*ptr != '\0'){ count++; ptr++; } return count; } int main(){ char *str = "sample"; printf("The length of the string is %d",strCount(str)); return 0; }
Bhai Appne 😭 mujhe sikhaya C iske liye bohot bohot dhanyawad (Aap aise hi aage badhate aur badhte💪 rahiye Bhagwan aapki har murad puri kare) Thank you so much for teaching me
Sir many people are getting helped becz you , those who can't afford to do course somewhere by paying are able to learn now becz of you. And I had completed the whole when I will become something in my life I am surely going to come and meet you. Thanks sir.
8:10:58 bro literally I wasn't able to get pointers in my college but after listening your lecture, I paused the video and completed all practice questions myself🤧
From dream of being IITian to tier 3 college I came a long way but this won't stop me .....starting with c today will update after completing... let's see where we will reach update 1: completed till chapter 3
@@AmanSingh-wk3iv u may watch this video either by increasing the speed or skipping the contents u already know && also to test ur knowledge u may solve the practice set of each topics
Hello sir, I had a doubt hope you can clear it. In the video at 7:24:57 Harry sir prints the value of J but puts format specifier as %u but should not the format specifier be %d?
5:38:37 Created my first game thanks Harry sir so much I was a beginner to programming few days ago now after this I'm feeling a lot confident towards programming ❤️
Hey bro ..nice to know u have completed ur c ...i have a question , actually I'm new to c and i have this in my semester paper ..so is this going to help me also is this from scratch ....reply
1:13:00 user snippets-->BOILER PLATE CODE In computer programming, boilerplate code are sections of code that are repeated in multiple places with little to no variation
Finally Completed the Course ..... and literally I swear now I am feeling so confident in C language that I cannot express it ...... Once again ...... Thanks a lotttttttttt Harry Bhai U made me do this ...... LOVE YOU INFINITY BRO ..... NO Doubt in calling you a LEGEND ...... HATS OFF TO YOU BHAIYA .....
Bro i downloaded ming but it downloaded in zip file 15mb after extracting i am not able to get setup file so, please help me how can i install ming in my laptop please help me brother.
10:09:00 #include int main(){ int n_tables; int n_till; printf("Enter the number of tables you want to print"); scanf("%d",&n_tables); printf("Enter the number till which you want to print the tables"); scanf("%d",&n_till); int table[n_tables][n_till]; int ar[n_tables]; for (int a=0;a
harry yaar thank you you could have sold this on udemy But you are such a gem of the person helping your brothers to learn for free that amazing Thank you so much, brother.
What an amazing video and every point was crystal clear, i just didn't know anything about programming I just wanted to learn C for Basics and it was full filled, Thank you bruhh...
Thank you so much harry bhaiya for this amazing 15hrs c course ❤❤ I take approx 9-10 days to complete and understand the whole concepts and after this i am very confident about c and i think i can solve c problems in one try just bcoz of you.🙏🙏😍 Again thank you so much for this ultimate c course
Hope you liked the video. If you are into C, C# or C++, download the best IDE for C, C# and C++ here: bit.ly/WholeTomato-CWH
Sir please make a complete video on web developer in one video🖤 2:56:09
I am not getting the solution pdf of practice sheet please do something...
PDF of practice sheet solution 8:22:22 ...
Thankyou for such a amazing tutorial.😊😊😊😊😊😊
I am 100% sure unacademy had tried to purchase his channel but he is a true man and the best of content is free ....thanks Harry bhaiya
No brother hat junior
White hat jnr not unacadmy
@@smooth444......fflover8 yes ...white hat Jr sounds more relevant
Nd any other
Brother will you please send me the link for mingw compiler?
One of the most hard working mentor i have seen in my entire student life.
Sahi kaha bhai he is just like machine never gets tired
@Hamim jubayer what about web development
@Hamim jubayer then why there is a requirement for web developer
@Hamim jubayer tnks for your concern...you are student or a working professional?
9:55:55
because in function "i
I already knew basics and some intermediate topics of Python and JS. But I wanted to learn a low level fast programming language like C. He could have just made a 100 videos course on the basics of C and then say "To learn more buy my course." but his priceless effort is truly amazing that he taught so much that even paid courses sometimes don't teach us, for free. He truly a person dedicated to his work.
I am starting my third year in Engineering and Revising C, Harry Bhai hats off to your hard work and this content, Thanks for being there!!Love from Pune.
aap 3rd m aaye ho
Hii bhaiya can u plzz give me ur social media account i want some suggestions
Mostly yaha par B. E third year student he aaye hai 😅 future ke liye
I am in class 10
I don't know why I'm posting this ques but anyway
Hello!
I'm BCA first year student and I also wanna Be an ias officer so during my 3 years bachelor degree should I prepare of upsc
Or prepare for nimcet to do mca after BCA
I'm literally confused..
Consider this my thanks and appreciation for your hardwork you have done on this video, This is the first time i have ever printed myself some notes 😂. But they really good. !! And you are really funny man !!
Brother how did you download this notes.... Because notes contain a zip file.... I couldn't extract this notes... Plz help me...
@@farhannadeem2403 download the notes file and then unzip the file with winrar software which you can download from any browser in your pc and you'll be good to go
@@pavitsharma7004 done
@@farhannadeem2403 nice
Bhai mobile me kese download kru notes ki pdf btado pls🙏🏻
15 hours...! Never seen such a dedicated person...!
Same
Ya
bro this is possible because harry bhaiya is still single😀😃😄😁😆😅🤣😂
Visit Greek lesson
Bro notes kha mili gea?
15:10:43 Thankyou so much sir finally I completed this course and thank you for being such a nice teacher i salute to your dedication thanks thanks thanks 😊😊😊😊😊😊😊
Thank you for your hard work and dedication! Learnt a lot throughout this journey. ☺️🙂
I am facing one problem in vs code while executing my c program code takes input from user i have made code for if elseif else ladder while running it only shows result of else statement which is wrong while taking input of if or elseif statement please help me to fix it it's urgent.
Check your condition.. every non zero value consider as true(1,2,3...) and then your code will be run ... otherwise your condition is false (0) it's going to else statement...
usne koiraaz ki baat btai hai jo use bs 20 rupee dera hai 15 ghnte ke liye
@@shinchansharma1544 Toh?
helo bro ae them konsi hai pata he to comment karo
Harry is good lecturer and have good knowledge of Programming. Respected for him alot
*Respect
you are the best thing that ever happened to an engineering student brother .
I am at 9:22:42 .. and it was good till 9 hrs but now he is going very fast i cant understand anything 😪
@@bikersoul6411 ooo you can refer to his another playlist of C in which he has broken it down into videos.
Aaj ke time me koii etnaa hardwork ni krtaa h woh bhi free me content dene ke liye great job sir 🙏
I think u don't know unhe is video ko upload krne pr you tube pese bhi dega
Right yaat
Hhh bilkul
aisa kuchh ni h...mere ek chacha h vo bhi badi mehnat karte h🦶
unki chai sutte ki dukan h mast unka beta chillam phookta h
Bro i downloaded ming but it downloaded in zip file 15mb after extracting i am not able to get setup file so, please help me how can i install ming in my laptop please help me brother.
1 month ago : know about this channel
15 days ago: becomes fan of this channel
now: addicted to this channel.
You don't realise what you are doing. Educational videos like this can change someone's life. Amazing work
Thank you so mach
Nice c tutorial
trrue
Where to download notes ?
11:17:54
Did you understand the working of program ??
What is the significance of st[i]='\0' here??
Why characters start repeating if st[i]='\0' is not put??
Plzzzz help if you can :-)
Chapter 6 - Pointers: 07:06:55
Chapter 6 - Practice Set: 08:00:24
Chapter 7 - Arrays: 08:26:39
Chapter 7 - Practice Set: 09:40:00
Chapter 8 - Strings: 10:14:34
Chapter 8 - Practice Set: 10:54:46
Chapter 9 - Structures: 11:29:41
Chapter 9 - Practice Set: 12:23:45
Chapter 10 - File I/O: 12:53:15
Chapter 10 - Practice Set: 13:45:17
Project 2 - Snake, Water, Gun: 14:00:23
Chapter 11 - Dynamic Memory Allocation: 14:21:49
Chapter 11 - Practice Set: 14:59:42
❤
I am someone who is very scared of programming but the way you have explained the all concepts of C has made it very easy. This is the best programming video I have ever seen. Thank you Harry.
6:44:58
float temp_converter(float celcius);
int main(){
float celcius;
printf("enter the temperature in celcius");
scanf("%f",&celcius);
printf("the value of temperature in fahrenhite is %f",temp_converter(celcius));
return 0;
}
float temp_converter(float celcius){
float fahrenhite = (celcius * 9/5) + 32;
return fahrenhite;
}
Yes! Finally watched whole course!
Each and every guy who watched the whole course is going to become a great programmer.
please give a big round of applause to a great Teacher "Harry Bhai".
Hi can u plz tell me how to solve q4 of array practice set??
Hey. Is this Full Fledged Complete Package Course covering Everything from Scratch to Advanced?
@@violinistas3766 it is for beginner. It cover the whole basic knowledge of C language.
@@tjcreative8838 Oh. So what should we do for Intermediate and Advanced C Programming?
@@tjcreative8838 Oh. But this course does cover Complete Full Fledged C Programming Basic Level, right?
8:26:21 Mere pass laptop nhi h ,phir bhi pointer bhut acche se samjh aa gaya , thoda tugf pada but , agar laptop hota toh acche se practice kakre aur badiya samjh leta . Thank you sir 😊
Nice 'C' Tutorial
Harry sir :- Mai sabko ek ek dil dunga
Me:- Are Sir dil to aap le gye ❤️❤️
God bless you sir
@@SID_21. 😾
he is the first human, doing that hardwork for his viewers on youtube, applaud to him guys
💯% 👍🏻
🔥🔥👍👍💯💯
👏👏
Lots of youtube channel also did
@Mr Robot hei mr robot
When he said "Bas aaplog ko koi dikkat ny honi chahiye" dil pighal gaya bhaiyya!! THANK YOU SO MUCH!!
Achha , bich bich me ,kuch chize kha gaya uska kya dikkat toh ayegi he na🤣🤣
@@ronnygamerz88 free m aur kitna accuracy chahiye bro..
Accha Phir to is comment k bad sidha hospital gya hoga 😂😂
@@sadiqueshoaib ha i agree with u bhai free me hai toh but agr jo imp hai wahi na aye toh free me bhi mehenga hai na .agr main point na hoto chalega kya tuze mai agr sirf nam k liye bolu toh chalega kya ab bata??aur waise bhi mai pura krke dunga aisa usi ne kaha hai maine nhi aur view aa rahe n bhai.ment kiya toh usne
@@ronnygamerz88 kyaa kyaa topic nhi padhaye bataa skte ho ap?
10:53:51
strcmp("For","Joke"); will give negetive value because 'F' comes before 'J'.
wow nice sir , you can't even imagine how much you have helped me.👏👏👏👏👏
have notes of c of harry because download option on site is not showing
@@omkarsrivastav4986 Bhai side is already open please change your server ya aap
@@avikumbhkar bhai agr pdf ho aapke pass to mil skta h kya?? Kyuki mai bahut try kra pr download option show hi nhi kr rha
@@omkarsrivastav4986 ji bilkul mil sakta hai
@@avikumbhkar kaise milega koi medium btao aap
एक ही दिल है ।
कितनी बार जीतोगे भाई ।
Sbkuch free 😍
baat to sahi hai
Right
No no no
Nothing is free in this world bro. There always a cost to pay.
Hi
seriously LOVED YOUR DEDICATION TO TEACH C language sir!!!!!!!
Is video ko please dabaake like and share karna. Hope you like and have downloaded the notes, practice sheets and the Project source code.
Also if you like and share this video, I will make a detailed Data Structures & Algorithms course with notes for sure.
This is the longest coding video ever and the best video on this channel so far. All you have to do is share this video enough to make it most liked & shared so far. I promise to make a Data Structures and Algorithms course for sure!
Thanks for all the love and support 😊
Daba k like kia screen andar chala gaya 😞
Thank you 😊 sir
Thank you very much bhai love you love you love you
Bahut bahut shukriya
Like share comment done
College Never teach like that they only give knowledge which is in book but you teach all basics concept and also advanced knowledge you are great than college teacher really sir
Agreed
Bro where can we find the hand written notes
@@akshat_969 Link is available in the discription.
Which link bro ??
@@sidrasyed7766 First link i.e., For Downloading notes, code and practice set which is available in the description. If you click on that link then "Codewithharry" website will open and then scroll at the bottom of the page, there you will find file (in compressed format).
I stopped my college lecture on c. And started learning from you. My teacher is jealous of you, when I told him I learn better from TH-cam.
Hnn
Ab tu fail hoga bhai dekh lena badla lega teacher tera 🙂
@@shaswatshandilya1036 par hamara hod bola ... Bahut acha he TH-cam se sikh rahe ..... Jab man ho padho.. bar bar dekho.... Vo mere favour me he. 😎😎
Meravhi cllg techer Kya bolte hai wo khud hi samajta hai
@@unknownmisery2838 submission ke time teri kehke lega dekh lena experience se bolaa hu.
Better and detailed information than apna college 🎉
real
yupp
mugiwara!!!!!
bro can you please tell where can i access thee codes he wrote in the video??
@@lapylaptop website is in description
Ek hi to dil 🧡 hai Harry Bhai.... Kitni bar jitoge !!👉👈
ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
Code runner nhi kaam Kar Raha kyu bol Raha the code is already running
Execute nhi ho raha
@@EEEAnkitshukla bhai tune galat tarah se kiya hoga install..mere isme sab barabar chalra..
@@EEEAnkitshukla bhot saare online compiler h bt data usage jyada hota h agr uska problem ni h to Onlinegdb aur programviz ye dono best compiler h
@@vednande6192 are bas bas ved 😂🤣🤣
5:38:27 first game of my life I have created in programming.kuddos to Harry bhai
Congratulations
7:30
I have made my first game through C!!! really an unreal moment for me!!!Thank you sir once again to you...........
Which game bro?
Can you share the game
@@sejalshukla1167 he is talking about guess the number game at 5:38:00
@@tuhinmondal9735 surely
@@mayank3296 its in the 5th hour its a project taught by harry but dont skip their see from the start
6:44:13 I upgraded the program by using if else statements and thus converting Fahrenheit to Celsius to and fro, by asking the user if he wants to convert Fahrenheit to Celsius or vice versa...
Having a great time learning this course 😃 Thanks Harry Bro, Much Appreciated 🖤
Completed the vid, just a few mins back, thanks a lot! , took me 4 months which was quite long cause I kept delaying it, but finally completed it today. Again Thanks a lot man.
Bhai koun se semester me ho aap and branch too
2nd sem mein tha C, abhi 3rd sem shuru hua hai, marine engineering
@@Rohitkumar592 all the best and aap kya linkdin ya fb pe ho? To fir kya hamlog frnd ban skte h?
Is code me dikkt batado koi error bi ni ara try krke dekho
@@yashkhadikar3129 which one??
this man is gem! He deserves 10M subscriber
do u agree
MORE
More broo
atleast 70 million
13:44:48
Great video on c language for beginners ❤
Keep it up Harry Bhai 👍
Duniya ke saare teacher ek taraf or Harry Bhai ek taraf 🤩♥️💯
Hello 👋 dear warm greeting 💖 want to make this lockdown usefull here is the great news
Learn Ethical hacking make your career bright 💡
Get the complete Ethical hacking course just at 199 ₹ 🤩🥳 and start learning from today 🎊
Hello 👋 dear warm greeting 💖 want to make this lockdown usefull here is the great news
Learn Ethical hacking make your career bright 💡
Get the complete Ethical hacking course just at 199 ₹ 🤩🥳 and start learning from today 🎊
Watch saurabh sukla and beleive m you will forget him
*Emiway Bantai*
@@nikhilpandey4118 surabh shukla use old tech and not teach like and he teaches extra stuff which make code ease that is wonderful
You are a great solopreneur. You gave a lot of knowledge about programming to new indian 🇮🇳 youth...really you are such a great person♥️♥️♥️♥️♥️♥️♥️♥️♥️♥️
8:23:50 Proud to say I have watched 8 and half hours of C Tutorial . . . Will complete it for sure and jump onto other tutorials by Harry!!!!
I downloaded notes but I cannot open ? How to see notes please mention which app is used for opening the notes.. 🙏
@@VIRALCLIPS108 what error did you face?
@@VIRALCLIPS108 use WPS office
I cant download Mingw-w64. pls help me
@@debojitsaha0095 use this th-cam.com/video/0HD0pqVtsmw/w-d-xo.html
I'LL never forget this in my life.....(i++)
Phle print kre .....fir increment kre😂😂 sir u r just awsm😍🤗
Always remember the difference between ++i and i++
🙂
Yes same
@Sanjana Sharma so sweet of u
Such an underrated youtuber , sir you should have 100 million subscribers. Really appreciate your dedication.
10 crores...
थम जा भाई थम जा😀😊
Itne log coding nahi karte bhai araam se 😆😆😆😆
😂😂😂
bhai itne log agar coding karne lage to baaki jobs ki to lag gayi samjho
@@SamsungGalaxy-fk2on haha
Just finished the whole tutorial..and I can say that this is the Indian version of CS50. Best tutorial on C so far. Waiting for full tutorial on DS & Algo. Thanks man!!!
th-cam.com/video/xaiW8I14Opw/w-d-xo.html
hats up to the effort you put for college students ...wow
Harry is one of the best teachers I have ever seen. I wish to see him in real life and thank him
This person deserves so much respect
What about those who has Mac
How can i run this windows shit...
@@RohitKumar-cs8dz chutiya ho kya uske liye bhi hota hai lodu😂😂
@@RohitKumar-cs8dz Install Linux 😂
@@RohitKumar-cs8dz Ya to Windows hi side mein install kar lo 🤣
This guy is better than my college teachers!!!!....
Hey hi tyler! Do you have notes pdf? It'll be really helpful for me! Unable to find anywhere!
@@krishansingh9047 click on first link in decription and then keep scrolling down, at last you will find the chapterwise notes
@@srbmaury thanks alot brother!
Lol obviously 😂
My answer is also same ❤
05:12:36 #challengeaccepted😎😎
#include
int main()
{
int i = 0, n = 7, factorial = 1;
// for ( i = 1; i
12:50:23
Format: DD/MM/YYYY HH:MM:SS
Done.
#realcoder
12:53:09 -> Congratulations!! Almost done.
Brother
Did Harry completed all the c topic
And did u learnt c from it tell me pls
I've already posted my review about this course in comment.
I've finished the course entirely. Not all but most of the parts are covered and course helps a beginner to understand the basics of C language. Also Harry Bhai explains difficult topics very well and highlights caveats that help new programmers avoid misusing the language.
Overall a great and MUST have course for beginners.
@@SaurabhKumar-dg7vp thanku so much sir!
I think harry is best teacher to compare my computer science teacher,,❤ dill se thank you harry bhai❤,,
Same here bro
Absolutely right.
Yes bro ...
College : - admission fees , tution , exam form fees ,computer lab fees , and etc
Code with harry : - only work hard I support you no feessss
Yeee you are the best
@YOUR BRO ha bhai
@YOUR BRO khel tha hu tum bhi khel te ho kya
He really is one of the best teachers for coding on youtube
@YOUR BRO bhai id
Gcc ka link d edo
6:21:28
#include
int main(){
int side ;
int area;
printf("enter the value of sides
");
scanf("%d",&side);
printf("the area of square is %d
", side*side);
return 0 ;
}
01:04:06
#include
Int main() {
// Program to add the two numbers
Int a;
Int b;
Printf("enter two numbers:")
Scanf(" %d %d ", &a,&b);
Printf("sum of two numbers: %d",a+b);
return 0;
}
Nicely explained Sir!!!!!!............Non CS student can learn "C" easily!!!!!!!.
yesyes me tooo
Remember this is just a beginner video ...........there is a lot to C . Hence it is highly recommended for Non-CS to read conventional CS books
@@jiyasingh5937 bhai non cs valo ko itna chalega bahot jyada ki koi jaroor nahi hai
@@TOP10-i3o7o
This may be true
Some study for survival and some for excellence ... it all depends on individual what they want to achieve
8:26:20 understood pointers by watching the video 1 time. (I have not done coding before) Thanks bhaiya for explaining so well.
Still harry Bhai Active In his Old Video 😊 😃 😀
honestly 8 hrs into your course and i already believe you are the best teacher ever understood pointers in 1 go!
3:49:22
Ans of question 6 :-
#include
#include
void main()
{
float Num1, Num2, Num3, Num4;
printf("Enter any four number to find greatest of all
");
scanf("%f%f%f%f",&Num1,&Num2,&Num3,&Num4);
if(Num1>=Num2 && Num1>=Num3 && Num1>=Num4)
{
printf("The laragest number is %f.", Num1);
}
else if(Num2>=Num3 && Num3>=Num4)
{
printf("The largest number is %f.", Num2);
}
else if(Num3>=Num4)
{
printf("The largest number is %f", Num3);
}
else
{
printf("The largest number is %f", Num4);
}
}
5:08:00 7th que. :-
#include
#include
int main()
{
int mul, n=10, i, ans=0;
for(i=1; i
I m an electrical engineering student and even they(college) couldn't make me understand coding that much, but here now I m very clear about coding. thanking you sir.
Arey Bhai Naukri dhoodh ❤️
I am also electrical engineer bro.....
But 1st coding konsi sikhni chahiye....
Muze python learn karni thi pr mere dost ne btaya ki C language sikh le pehele....pr ab to khuch bhi ni smz raha....
Bohot confuse 😕 hoon..
bhai poora pdf kaisa install karthe hai bathao na ?
@@adityazanjad2507 u need to learn c first bcoz its a base of your coding skill
@@gamerzzz1809 Thanks bro..
24:50 --> Run Program using Terminal (a.exe)
48:53 --> Run Program using Terminal ( first.exe)
1:01:35
1:06:05
1:13:24 to 1:18:17 --> user snippets
1:28:47 --> alt shortcut
1:54:33 --> pow()
2:47:52 --> no error throwback , but program breaks........
2:48:53 --> imp point
3:26:46 --> imp point of if statement
6:57:58 --> star pattern
Pointers --> 07:06:55 --> Very Important .
Arrays in memory ---> 08:51:16 ---> Very Important .
Bhai mujhe MNGW-64 and GCC install karne me Prblm ho rahi hai
Please help me bro.
15:10:44 you did it bhai, my whole collage learned c language from your video👍👍👍
mera wingw32 download nahi ho raha help me
@@knewone3072 mingw change hota rehta hai zaroori nahi same ide aur compiler use karo. I will recommend online iDE like Repl it
7:36:47
Value can not be changed in function call by value,
It can be changed in call by reference😊
Thank you I completed today whole 15 hours. I finally have learned a language. Much much respect and love.
@@leetcoder1159 Yes sure
Sach mai....!
Ek din mai complete😳😳😳😳
recursion sir padhe hai sir +++ plz any one response ++++
link to download notes is not working
@@iamshivaagrawal working he
You are not only a human,you are an INSTITUTION.
th-cam.com/video/xaiW8I14Opw/w-d-xo.html
Harry is surely the best teacher , I haven't completed yet but enjoying it
Same here
Quick quiz at 3:20:20 how can we solve it by using switch program??
Where have u reached
He is getting bad as time passes
@@bikersoul6411 time stamp
10:43:26
to make a function for finding the length of a string is as follows :
#include
int strCount(char *ptr){
int count = 0;
while(*ptr != '\0'){
count++;
ptr++;
}
return count;
}
int main(){
char *str = "sample";
printf("The length of the string is %d",strCount(str));
return 0;
}
'' Code With Harry'' is Gonna Hit 1 M Subscribers Soon
Congrats Bhia
Yes
yes he deserve more than 1M
15:09:52 I am feeling great and confident now in c now and also a huge respect to you HARRY BHAIYA for making such a great course
Sikh liye kya tum??
@@Gamer-ik7gk chutiya bana raha hai saala🤣🤣🤣🤣😂😂😂
Fatal error kyu arhe yr gcc first. C krne m
I cant download Mingw-w64. pls help me
@Kazuma Kiryu achha muslim ka liye tum muh me
8:23:51 huge respect to you for teaching us programming. Will always recommend your channel to everyone who asks me where to learn programming.
5:13:58
#include
int main(){
int i =1,n = 3 , factorial = 1 ;
while (i
ipu ?
@@SheUsedYou what?
@@raghavpratap1501 which University?
@@SheUsedYou gautam buddha university
@@SheUsedYou U ?
Make a cource of python like this ,
This is best course I had ever seen.
Thanks sir.
bhai python pe course hai bro
Bhai Appne 😭 mujhe sikhaya C iske liye bohot bohot dhanyawad
(Aap aise hi aage badhate aur badhte💪 rahiye Bhagwan aapki har murad puri kare)
Thank you so much for teaching me
Bhai kitne din me aapne ye pura video dekha
maine 2 din me complet kiya
Amazing video bhai, thank u so much
Timestamps of the whole lecture:
Course Contents & About us - 00:00
Installation and Setup of compiler and other components - 00:01:11
Chapter 1 - Variables, Constants & Keywords: 00:22:30
Chapter 1 - Practice Set: 01:12:11
Chapter 2 - Instructions & Operators: 01:32:04
Chapter 2 - Practice Set: 02:14:49
Chapter 3 - Conditional Instructions: 02:34:52
Chapter 3 - Practice Set: 03:24:05
Chapter 4 - Loop Control Instructions: 03:55:18
Chapter 4 - Practice Set: 04:58:28
Game project 1 - Guess The Number: 05:24:21
Chapter 5 - Functions & Recursions: 05:39:18
Chapter 5 - Practice Set: 06:36:56
Chapter 6 - Pointers: 07:06:55
Chapter 6 - Practice Set: 08:00:24
Chapter 7 - Arrays: 08:26:39
Chapter 7 - Practice Set: 09:40:00
Chapter 8 - Strings: 10:14:34
Chapter 8 - Practice Set: 10:54:46
Chapter 9 - Structures: 11:29:41
Chapter 9 - Practice Set: 12:23:45
Chapter 10 - File I/O: 12:53:15
Chapter 10 - Practice Set: 13:45:17
Game project 2 - Snake, Water, Gun: 14:00:23
Chapter 11 - Dynamic Memory Allocation: 14:21:49
Chapter 11 - Practice Set: 14:59:42
Best channel to follow for coding
www.youtube.com/@CodeWithFurqan?sub_confirmation=1
12:52:56 Congratulations!!! Almost done😊
A thousand times grateful to you Harry Bhai
Sir many people are getting helped becz you , those who can't afford to do course somewhere by paying are able to learn now becz of you. And I had completed the whole when I will become something in my life I am surely going to come and meet you. Thanks sir.
This is the best course on C in TH-cam. Far better than paid courses.
8:10:58 bro literally I wasn't able to get pointers in my college but after listening your lecture, I paused the video and completed all practice questions myself🤧
From dream of being IITian to tier 3 college I came a long way but this won't stop me .....starting with c today will update after completing...
let's see where we will reach
update 1: completed till chapter 3
which university ?
Will take admission this year so let's see where I get into..
@@Sonam-ol7zo do u have given jee ??
same. i took drop for jee last year , still failed
@@Aditya-tw6kksame bhai 😢
Chapter 1 - Variables, Constants & Keywords: 00:22:30
Chapter 1 - Practice Set: 01:12:11
Chapter 2 - Instructions & Operators: 01:32:04
Chapter 2 - Practice Set: 02:14:49
Chapter 3 - Conditional Instructions: 02:34:52
Chapter 3 - Practice Set: 03:24:05
Chapter 4 - Loop Control Instructions: 03:55:18
Chapter 4 - Practice Set: 04:58:28
Project 1 - Guess The Number: 05:24:21
Chapter 5 - Functions & Recursions: 05:39:18
Chapter 5 - Practice Set: 06:36:56
Chapter 6 - Pointers: 07:06:55
Chapter 6 - Practice Set: 08:00:24
Chapter 7 - Arrays: 08:26:39
Chapter 7 - Practice Set: 09:40:00
Chapter 8 - Strings: 10:14:34
Chapter 8 - Practice Set: 10:54:46
Chapter 9 - Structures: 11:29:41
Chapter 9 - Practice Set: 12:23:45
Chapter 10 - File I/O: 12:53:15
Chapter 10 - Practice Set: 13:45:17
Project 2 - Snake, Water, Gun: 14:00:23
Chapter 11 - Dynamic Memory Allocation: 14:21:49
All done. Thankyou Harry Bhai.
Thanks 👍
Bro after watching these , we learn everything about "c" language right?
@@phoenix-dt2uj yeah from basic to pro
Which is better to watch complete course or this one video ? If I have basic knowledge of C .
@@AmanSingh-wk3iv u may watch this video either by increasing the speed or skipping the contents u already know
&& also to test ur knowledge u may solve the practice set of each topics
3:36:11 if else
5:16:00 Prime or not,etc
6:36:06 recursion
7:37:20 call by value
9:09:37 pointers ki operations
9:21:50 how
9:30:00 2d array
Hello sir, I had a doubt hope you can clear it.
In the video at 7:24:57
Harry sir prints the value of J but puts format specifier as %u but should not the format specifier be %d?
@@itzraider see%d is format specifier for integer and
%u is for pointer
@@Priyan_shu_ he has done *(&j) then it will be the value of j right ? So %d?
Installation and Setup - 00:01:11
Chapter 1 - Variables, Constants & Keywords: 00:22:30
Chapter 1 - Practice Set: 01:12:11
Chapter 2 - Instructions & Operators: 01:32:04
Chapter 2 - Practice Set: 02:14:49
Chapter 3 - Conditional Instructions: 02:34:52
Chapter 3 - Practice Set: 03:24:05
Chapter 4 - Loop Control Instructions: 03:55:18
Chapter 4 - Practice Set: 04:58:28
Project 1 - Guess The Number: 05:24:21
Chapter 5 - Functions & Recursions: 05:39:18
Chapter 5 - Practice Set: 06:36:56
Chapter 6 - Pointers: 07:06:55
Chapter 6 - Practice Set: 08:00:24
Chapter 7 - Arrays: 08:26:39
Chapter 7 - Practice Set: 09:40:00
Chapter 8 - Strings: 10:14:34
Chapter 8 - Practice Set: 10:54:46
Chapter 9 - Structures: 11:29:41
Chapter 9 - Practice Set: 12:23:45
Chapter 10 - File I/O: 12:53:15
Chapter 10 - Practice Set: 13:45:17
Project 2 - Snake, Water, Gun: 14:00:23
Chapter 11 - Dynamic Memory Allocation: 14:21:49
Chapter 11 - Practice Set: 14:59:42
Bro inki playlist wali video achi he he ye full video please batao yaar 🤔
@@COCSensai if you have enough time then i will suggest go for playlist.
or if you already know other languages then watch this to save ur time
@@ruyi-------9525 okay thanks brother
bhai source code kaha hai yar koi batado
@@vyomrastogi4771 description me he vro
5:12:42 #include
int main(){
int i,factorial=1,n;
printf("Enter the Value of N is : %d",n);
scanf("%d",&n);
for (i=1;i
while loop ke sath perform karo
Timestamps of the video:
Course Contents & Agenda - 00:00
Installation and Setup - 00:01:11
Chapter 1 - Variables, Constants & Keywords: 00:22:30
Chapter 1 - Practice Set: 01:12:11
Chapter 2 - Instructions & Operators: 01:32:04
Chapter 2 - Practice Set: 02:14:49
Chapter 3 - Conditional Instructions: 02:34:52
Chapter 3 - Practice Set: 03:24:05
Chapter 4 - Loop Control Instructions: 03:55:18
Chapter 4 - Practice Set: 04:58:28
Project 1 - Guess The Number: 05:24:21
Chapter 5 - Functions & Recursions: 05:39:18
Chapter 5 - Practice Set: 06:36:56
Chapter 6 - Pointers: 07:06:55
Chapter 6 - Practice Set: 08:00:24
Chapter 7 - Arrays: 08:26:39
Chapter 7 - Practice Set: 09:40:00
Chapter 8 - Strings: 10:14:34
Chapter 8 - Practice Set: 10:54:46
Chapter 9 - Structures: 11:29:41
Chapter 9 - Practice Set: 12:23:45
Chapter 10 - File I/O: 12:53:15
Chapter 10 - Practice Set: 13:45:17
Project 2 - Snake, Water, Gun: 14:00:23
Chapter 11 - Dynamic Memory Allocation: 14:21:49
Chapter 11 - Practice Set: 14:59:42
Hope this helps
Thank you Indranil Bhai.
Thanks brother
description m already h bro
@
Already Mele Bhai In the Description Bruh -_-
Thank you Bhai.
5:38:37 Created my first game thanks Harry sir so much I was a beginner to programming few days ago now after this I'm feeling a lot confident towards programming ❤️
Bro In this couse did he mentioned about prefix and postfix?
@@shivamrajput2245 I've not watched it fully after watching I'll come back and tell you
Bhai ye mingw-w64 install nahi ho raha MSYS2 install ho raha h ye kaise karu
@@nevergiveup2614 TH-cam p videos dekho merko bhi bhot time lga tha mingw install krne me
937kb ki file dhundo 15 mb ka nhi hoga install vo ek zip file h
15:09:55 at last.....Understood everything .....everything is clear to me...love you sir...and thank you...and I will never forget you.....
Sir..plz.. Can you plz accept my friend request on face book.....plz....."Name : Jimam Tamimi"
I am your student from Bangladesh...plz..reply....
Hey bro ..nice to know u have completed ur c ...i have a question , actually I'm new to c and i have this in my semester paper ..so is this going to help me also is this from scratch ....reply
@@subhankerrajhans6190 Sure this will help you...You can start this today.....
Anyone of you use win 7 32 bits
How to install mingw64 in win 7?
@@amitsoni7685 sir ka video dekhlo baat khatam
14:00:14 Bohot dur tak agaya hu es course mai Thank you sir😊
Even if you didn't watched complete video
Please give this video a like for his hardwork
Respect you sir
1:13:00 user snippets-->BOILER PLATE CODE
In computer programming, boilerplate code are sections of code that are repeated in multiple places with little to no variation
Tysm
I was finding this only thank you
the only deserving time stamp
thanx
Wow wonderful man💖💖💖💖💖💖💖💖
He explained in very good manners💖💖💖
God bless you bhai💖💖💖💖💖💖💖💖
💖💖💖💖💖💖💖💖💖💖💖💖💖💖💖
I have been placed , and I started my coding from this video thanks a lot harry bhai
The best teacher ever , I really love the way of your teaching and the with passion you teach . Appreciate it
Finally Completed the Course ..... and literally I swear now I am feeling so confident in C language that I cannot express it ...... Once again ...... Thanks a lotttttttttt Harry Bhai U made me do this ...... LOVE YOU INFINITY BRO ..... NO Doubt in calling you a LEGEND ...... HATS OFF TO YOU BHAIYA .....
Harry bhai ki c language ki do videos hai ek 15 gnte wali or dusri play list dono me se konsi best rhegi bro pls answer 👍
@@himanshusain2597 ye wali
Yas bro
Bro i downloaded ming but it downloaded in zip file 15mb after extracting i am not able to get setup file so, please help me how can i install ming in my laptop please help me brother.
@@prabhakar5264 watch his setting up c program in vs code.
There he will lead u how to download it without mistakes...
10:09:00
#include
int main(){
int n_tables;
int n_till;
printf("Enter the number of tables you want to print");
scanf("%d",&n_tables);
printf("Enter the number till which you want to print the tables");
scanf("%d",&n_till);
int table[n_tables][n_till];
int ar[n_tables];
for (int a=0;a
harry yaar thank you you could have sold this on udemy But you are such a gem of the person helping your brothers to learn for free that amazing Thank you so much, brother.
Thanks a ton
@@CodeWithHarry sir mere pr naa laptop hai na hi pc hai kya me eshko phone me sikh skta hu sir please reply 🙏
ohhhhh u got replied by harry sir ohhh
@@palak1100 termux download krlo
@@CodeWithHarry bhai aap ne apni education kaha se li h means which indtitute
5:13:12 Q9 program to repeat 8 using While loop
Done!!
int repeat = 8;
while(repeat == 8)
{
printf("%d", repeat);
}
What an amazing video and every point was crystal clear, i just didn't know anything about programming I just wanted to learn C for Basics and it was full filled, Thank you bruhh...
This is why our INDIA is amazing, I can't beleive it......
Where are the notes
@@mayankmahajan8403 description Frist link
Wha pe kush nhi aa rhaa...sirf source code ha..pdf nhi ha
Bro which version to watch older playlist or new one?
@@astik2002 this video is 4 month old, previous series of c videos are over a year ago.
Kon kon agree karta hai is teacher ke liye....like thhoko👇
Really thanks for so much likes
I edited this now
Thank you so much harry bhaiya for this amazing 15hrs c course ❤❤
I take approx 9-10 days to complete and understand the whole concepts and after this i am very confident about c and i think i can solve c problems in one try just bcoz of you.🙏🙏😍
Again thank you so much for this ultimate c course
Finished this playlist in 5 days, Thank you harry for great revision..
Two weeks still going... Also following Neso academy's c playlist with this and its been amazing so far. Currently finished Arrays.
@Chidghana M Yesa I Already Told It!!! I Nots Laga Hai????
@@shraddhashukla654 Aapke Pass hai Notes???
@@shraddhashukla654 check this playlist,notes isse bnao... You'll get real feel of C... Aur skip the unacademy promotion 😂
website pr jao or in the end apko link milega notes download krne k vha se download kro