Goto Statement In C: C Tutorial In Hindi #17

  Рет қаралды 483,650

CodeWithHarry

CodeWithHarry

Күн бұрын

Пікірлер: 346
@CodeWithHarry
@CodeWithHarry 5 жыл бұрын
C programming ke is course mei project banaye kya end mei? Konsa project banau suggest karo please?
@gamingwithshan4788
@gamingwithshan4788 5 жыл бұрын
Make a software please
@aakash9025
@aakash9025 5 жыл бұрын
Bro make any graphical game or graphical calculator
@ramashankarmaurya8808
@ramashankarmaurya8808 5 жыл бұрын
Bhai End mein pehle acche se basics smj lete hai phir project banne mein diqquat nhi aayegi
@ittechsolution7356
@ittechsolution7356 5 жыл бұрын
Make a hotel management project
@gamingwithshan4788
@gamingwithshan4788 5 жыл бұрын
@@ramashankarmaurya8808 this is also good
@shaurya2599
@shaurya2599 3 жыл бұрын
Hardest part of this series is installation of visual Studio code
@culturalvibes8108
@culturalvibes8108 3 жыл бұрын
so true
@magnaton883
@magnaton883 3 жыл бұрын
No downloading of compiler was most complicated part so far 😂
@EngineeringBoiz8275
@EngineeringBoiz8275 2 жыл бұрын
I think Removing Of GCC error Was Difficult🙂
@shauryaraghuvanshi4593
@shauryaraghuvanshi4593 2 жыл бұрын
Very true 😂😂
@lifeisstrangevideos3924
@lifeisstrangevideos3924 2 жыл бұрын
Compiler part is most difficult
@anaswahid8520
@anaswahid8520 5 жыл бұрын
Sir u r doing well U explain easily Professors in my college try to make things as complicate as possible But u explain in friendly way Sir I suggest u to make videos on mathematical C programming. Means numerical method C programming Bkoz it is difficult to understand by books
@Ashishkumar-ei5yi
@Ashishkumar-ei5yi 4 жыл бұрын
Which college?
@AkbarKhan-gv4ey
@AkbarKhan-gv4ey 11 ай бұрын
​@@Ashishkumar-ei5yijan k kya karega😅
@mujtabarizvi399
@mujtabarizvi399 2 жыл бұрын
my practice: source code: #include int main() { int i = 0; label: printf("Wirte 4 to get out from this "); scanf("%d", &i); if (i == 4) { goto end; } else { goto label; } end: printf("done!!"); return 0; }
@yashkaswala2921
@yashkaswala2921 7 ай бұрын
printf mai write ka spellin wron e
@priyatayade4015
@priyatayade4015 5 жыл бұрын
definitely we would like to do project
@sns_coolboy
@sns_coolboy 4 жыл бұрын
Yes
@utkarshteotia4325
@utkarshteotia4325 3 жыл бұрын
Really?
@akas02
@akas02 3 жыл бұрын
Now she is a perfect coder guys😂
@yuvrajyadav9883
@yuvrajyadav9883 2 жыл бұрын
Befor learn basic
@kishorsahoo5446
@kishorsahoo5446 3 жыл бұрын
I respect all teacher but u are special for me ....Harry bro .I can't give you anything but I can give ♥️😊.....carry on bro 🔥🔥🔥🔥🔥🔥🔥
@bhupendrasingharora6183
@bhupendrasingharora6183 3 жыл бұрын
Harry bhai is just amazing thank you harry brother.
@user-ch6hi1wy3b
@user-ch6hi1wy3b Жыл бұрын
Solution for multiplication table😊😊❤ int num,i,mul,range; Printf("Enter the value of n",num); Scanf("%d",&num); printf("Enter the value of range",range); scanf("%d",&range); for(i=1,i
@Mayank-dd3vw
@Mayank-dd3vw 4 жыл бұрын
goto is what I missed in Python. I always wanted a statement in Python, which can do the same work.
@truefalse7059
@truefalse7059 3 жыл бұрын
one solution to this problem : i write code inside a function and when you want to use goto function you can simply use return statement which let you to go out from every loop
@ayushmukati8934
@ayushmukati8934 2 жыл бұрын
Bhai is program ne 8 baar number kyu liya please bta skte ho kya 8 baar dalne ke baad output 1 diya esa kyu
@spizer_dz132
@spizer_dz132 Жыл бұрын
@@ayushmukati8934 because second loop 8 baar chala tha n 1 tb print hua jb second loop pura ek baar chal gya to i ki value print Hui thi
@Pawansaini-wf5rw
@Pawansaini-wf5rw 4 жыл бұрын
bhai ye c programming ki playlist meri bhot help kar rhi hai...... thanku harry bhai
@Vinaykumar.07
@Vinaykumar.07 Жыл бұрын
Most inspiring part Abhi meri ye jimmedari bnti hai ki mai apko batao Mast bhai
@BalochHumeen
@BalochHumeen 6 ай бұрын
thank you so mush code with herry for clearing our doubt this video help a lot
@kumarrahul4407
@kumarrahul4407 4 жыл бұрын
thx for ur these nice tutorials . I like ur all tutorials too much , I m accessing ur playlist regularly from past 1 months. I m a student of CSE 3rd from Dhanbad Jharkhand. Your KZbin channel and ur seperate and classified playlists are very helpful for me and my collague. You hv explaind every aspect of different programming languages in very easiest and simplest words.
@Vishwajit.Developer
@Vishwajit.Developer 5 ай бұрын
hello sir what are you doing now? means Job or Education
@mr_affan15
@mr_affan15 2 жыл бұрын
Bhai I am atleast 4 time code after watching your video thanks for teaching us
@shivamchamp3263
@shivamchamp3263 2 жыл бұрын
Thank you Harry bhai ..😊😊😊😊
@mohammedreehannawaz9597
@mohammedreehannawaz9597 Жыл бұрын
Thank u Harry bhaiya❤️😍
@prathameshmodhale4630
@prathameshmodhale4630 2 жыл бұрын
Guys you can write first program as , #include int main() { printf("we are inside lebel "); goto end; printf("Hello World "); end: printf("we are at end "); return 0; }
@shreshtharawat1844
@shreshtharawat1844 Ай бұрын
thanks bro! cool tutorial.. worked like a charm
@UECAshutoshKumar
@UECAshutoshKumar 2 жыл бұрын
Thank you sir ❤️
@pradeeppradeepkanaujiya8990
@pradeeppradeepkanaujiya8990 2 жыл бұрын
Harry bhai is great 👍👍👍👍
@rohinisingh6916
@rohinisingh6916 2 жыл бұрын
Thank you so much sir 😊.
@abhisheksurela2881
@abhisheksurela2881 2 жыл бұрын
tbh i like the 𝚐𝚘𝚝𝚘 statement, I've done GUI development in python (with QT5 and Tkinter) and there was a case, where I was using nested loops and wanted to break them when the user clicked a button (I mean, I tried to stop that nested iteration ''instantly'') and for that, I was using boolean value with multiple if-else (tbh it wasn't instant but did work, and in result, there was a slight lag in the program.. which isn't user friendly) but If I were coding in 𝐂 I can definitely use 𝚐𝚘𝚝𝚘 statement. Anyways, Thank-You Harry bhai.. I can't do anything without you in this life.. you are the ONLY BEST teacher I ever got...
@imsagar3541
@imsagar3541 4 жыл бұрын
Thanks Harry Bhai for best programming videos.
@takshbhatt147
@takshbhatt147 Жыл бұрын
//This is perfect example of if and else statement. #include int main() { int num; printf("Enter 0 to exit the code. "); scanf("%d", &num); if (num != 0) { printf("Invalid number to exit the code."); } else { printf("You successfully exited the code."); } return 0; }
@rishabharya3329
@rishabharya3329 Жыл бұрын
Vro you wrote ENTER 0 TO EXIT and then in if(condition) {Here you wrote 0 is invalid no. To exit the code } Wtf
@rishabharya3329
@rishabharya3329 Жыл бұрын
Btw do you know how to use a character instead of integer in Condition bracket? If(condition) {Code}
@thecinemasessions
@thecinemasessions 23 күн бұрын
bhai jan tusssi great ho ...❤❤❤❤
@Nezukotanziro
@Nezukotanziro Жыл бұрын
Bhai jiska goto loop stop nhi ho raha vo ctrl+c tap kar dena ho jayega brooo 🤗
@_renzy_
@_renzy_ 4 жыл бұрын
I started infinite loop with goto statement... But i dont know how to stop it.... And my vscode stopped responding... Is anyone here like me 😂
@ankursapariya1738
@ankursapariya1738 4 жыл бұрын
Well... I have started infinite loop without goto loop and was confused as hell on how to stop it....
@Lovepreetsingh-hl3we
@Lovepreetsingh-hl3we 4 жыл бұрын
😂😂😂
@vibhusati7673
@vibhusati7673 3 жыл бұрын
so do you know now how to stop it?
@_renzy_
@_renzy_ 3 жыл бұрын
@@vibhusati7673 my vs code crashed.... Then i used google and got to know Ctrl+C and Ctrl+Alt+M
@SanjeevBytes
@SanjeevBytes 3 жыл бұрын
It happens with me also
@dkboss7678
@dkboss7678 2 жыл бұрын
I like your all c programming video sir
@charusharma4405
@charusharma4405 3 жыл бұрын
It's amazing today i understand that wht is use of the go to statement 😊😅😣
@ankitmahajan4050
@ankitmahajan4050 3 жыл бұрын
Nice explanation of goto statement bhaiya love u ❤❤❤
@chiteez_____1562
@chiteez_____1562 Жыл бұрын
You teach very well. Thanks a lot ❤👍
@hirdeshrajputt
@hirdeshrajputt 2 жыл бұрын
*******Attendance************** Name - Hirdesh Mewada Age - 19 Date - 10/04/2022 *****Thank you Harry bhai*****
@pubgsquad3069
@pubgsquad3069 3 жыл бұрын
Amazing I lot of learn in this channel
@tanvirkhan6707
@tanvirkhan6707 5 жыл бұрын
#include int main() { int age; printf("Access for group 10 people "); for (unsigned long int i = 0; i
@Deep_Logic_Labs
@Deep_Logic_Labs Жыл бұрын
#include int main() { int marks; int num; label: printf("Enter your marks(0-100) "); scanf("%d", &marks); if (marks >= 40 && marks
@Sofishorts123
@Sofishorts123 11 ай бұрын
But Jo num wala else h usme muje enter the valid command show ho rha h last m but m usko wapes krna chahta hu ke valid command btaye galat number dalne PR or fir wapes she number namge???
@rohithkumar7894
@rohithkumar7894 3 жыл бұрын
loved this course sir
@asimitroy1592
@asimitroy1592 4 жыл бұрын
Great Harry vaiya.. ❤️❤️goto ka pura confusion dur ho giya
@gautammurmu5378
@gautammurmu5378 3 жыл бұрын
Thanks bhaiya for helping.... It's helping me so much in my studies
@aaryanapte
@aaryanapte 3 жыл бұрын
Thanks Harry BHaai!!!
@IT__SAMIKSHAGUPTA
@IT__SAMIKSHAGUPTA 3 жыл бұрын
really your videos and notes both are very amazing and very help , and your teaching style superbbb
@janhvik
@janhvik Жыл бұрын
thanks harry bhaiya for this amazing lecture. good work keep it up.
@priteshkchoughule5748
@priteshkchoughule5748 Жыл бұрын
Thank you so much for such amazing lecture
@Lv_La_Lr
@Lv_La_Lr Ай бұрын
Harry Sensei OP ❤❤
@mansimishra634
@mansimishra634 2 жыл бұрын
Very nice video useful and doubts clearing 🙂
@dkboss7678
@dkboss7678 2 жыл бұрын
I am your students and I am your big fan
@swarooproy9775
@swarooproy9775 3 жыл бұрын
Thanks Harry Bhaiya
@sauravgaur8756
@sauravgaur8756 4 жыл бұрын
Goto statement create confusion but if we write it inside a condition then it will help us a lot may be for start the project from desired location or restart it form start after the end
@ishikasirohi2278
@ishikasirohi2278 3 жыл бұрын
Thnkuuu soo mch uh r awsm sir
@PRINCESHARMA-xd2rd
@PRINCESHARMA-xd2rd 3 жыл бұрын
Sir aap ko like ki jrurt nhi h . You are legend of c language. You are helping thousands of poor guy like me , giving best knowledge free of cost . Please keep it going on
@anmolpandey1181
@anmolpandey1181 2 жыл бұрын
Thankyou sir 🙃
@think9543
@think9543 Жыл бұрын
thanks harry ❤❤❤❤❤
@rohitverma07895
@rohitverma07895 18 күн бұрын
c language krne ke badd konsi language krna kerna better rhega for a good placement sir
@professorpoke
@professorpoke 3 жыл бұрын
I love goto statement.
@penancepoint4589
@penancepoint4589 Жыл бұрын
Veri nice course ❤
@01kunalkapade34
@01kunalkapade34 3 жыл бұрын
done sir..
@halimaali9585
@halimaali9585 2 жыл бұрын
Excuse me can plz add subtitles ur teaching skills are too good ur hindhi language iam not able to understand sir plz help sir😥
@Rid3r387
@Rid3r387 2 жыл бұрын
🙌
@rishabhchatterjee1954
@rishabhchatterjee1954 Жыл бұрын
Harry bhai mujhe C program mein goto statement samjha do Aur aap aapki youtube channel ki C program ki Playlist mein goto statement ka jo video banaya tha usme nested loop with goto ka jo code likha tha wo bhi ek bar samjha dena
@CrazyAnalysis_paijaan
@CrazyAnalysis_paijaan 3 жыл бұрын
Baht achha tha bhai...
@engineerbhai7642
@engineerbhai7642 5 жыл бұрын
Very Talented boy
@Karthik-kt24
@Karthik-kt24 3 жыл бұрын
Thanks brother!
@Sanskar05
@Sanskar05 Жыл бұрын
Those Who are Learning in 2023 With me,You can Discuss About Coding here,My Friends are Busy in ESE.
@devanshgautam4803
@devanshgautam4803 3 жыл бұрын
Amazing video sir
@dhirajranjane7957
@dhirajranjane7957 4 жыл бұрын
I have selected "whether to run code in integrated terminal" option but output does not showing in terminal how can solve this error???? Give me suggestion
@SadamHussain-zj9ei
@SadamHussain-zj9ei 5 жыл бұрын
Thank you sir.
@harshop5295
@harshop5295 Жыл бұрын
Thanks❤❤
@saurabh_bansod
@saurabh_bansod 5 ай бұрын
Awesome 👍😎
@shreyanshgurjar7788
@shreyanshgurjar7788 2 жыл бұрын
maja aa gaya harry bhaiya
@Bullet_Proof_Army_2013
@Bullet_Proof_Army_2013 3 жыл бұрын
nice Explaination Bro
@anonymousgerman2809
@anonymousgerman2809 3 жыл бұрын
badhiya video bhaijaan
@vishwabhatt20
@vishwabhatt20 4 жыл бұрын
this was so helpful thankyou
@smgaming8197
@smgaming8197 5 жыл бұрын
1 no harry bhai
@tejaslamsoge4511
@tejaslamsoge4511 4 жыл бұрын
well explained
@bharatchoudhary79
@bharatchoudhary79 4 жыл бұрын
Thanks Harry Bhai y
@vanshsharma895
@vanshsharma895 4 жыл бұрын
U r best sir
@Jurirek-2K
@Jurirek-2K 3 жыл бұрын
ye goto statement game banate time use kar sakte hai like jab game over ho tab main menu pe jump hoga....
@hariduttsharma6358
@hariduttsharma6358 3 жыл бұрын
I m learning.
@pratiksaindane4888
@pratiksaindane4888 2 жыл бұрын
Good sir...🙏👍👍👍
@SahirKiyani
@SahirKiyani 11 ай бұрын
at 1:51 break ko loop karna ho ga😅🤣harry bhai..
@mrarmanarya1652
@mrarmanarya1652 3 жыл бұрын
Thanks Sir
@ajayyoto
@ajayyoto 4 жыл бұрын
Thanks bhaiya
@sharikfaridi421
@sharikfaridi421 2 жыл бұрын
Label kis liye use kartai hai sir
@dxtheweeknd
@dxtheweeknd 29 күн бұрын
can you please suggest a book for good quality questions of coding in c language ??
@Mr_dolui
@Mr_dolui 4 жыл бұрын
Instead of goto we can also write while(num!=0){ //code }
@kangnagupta30
@kangnagupta30 Жыл бұрын
plzzzzzzzzzzzzzz python pe video banao
@friendlycreeper1045
@friendlycreeper1045 3 жыл бұрын
I thought of downloading vs code but ended up downloading vs 2019😆. And it is not as good as vs code. It can't properly run the c programs so I use dev c++ for c. Am I correct in choosing the IDE or not? I tried Eclipse too but can't get it.
@mrigankaadhikary3087
@mrigankaadhikary3087 3 жыл бұрын
Harry bhai ap c language me nested loop ke upar ak video bana do please
@grifffithcodes
@grifffithcodes 5 ай бұрын
Done
@Lnctiann
@Lnctiann 3 жыл бұрын
Love from Bihar
@pillaharmie8664
@pillaharmie8664 3 жыл бұрын
Jabardast
@soumendramohanty7613
@soumendramohanty7613 3 жыл бұрын
Pehle bale ache theee.ea bale difficult to understand 😭.👍
@keyur714
@keyur714 4 жыл бұрын
thanks
@krunaldhaduk510
@krunaldhaduk510 2 жыл бұрын
C language
@sensei_arena
@sensei_arena 6 ай бұрын
SIgma Batch OP
@sy2jgaming
@sy2jgaming Жыл бұрын
Bhai intital declaration are only allowed in c99 or c11 mode likha ra kya karu For loop ke liye
@jatin8791
@jatin8791 Жыл бұрын
Op sir thanks ❤❤❤❤😅
@nikhilsonje387
@nikhilsonje387 3 жыл бұрын
Goto ko baad mein padhate sir to aur accha rehta
@SumitSingh-xu4qs
@SumitSingh-xu4qs 4 жыл бұрын
thanks for its bhai
@coding_combo_
@coding_combo_ Жыл бұрын
Vs is code editor 😊
@hemankpandya989
@hemankpandya989 3 жыл бұрын
thanks sir........
@RightwingsDivine
@RightwingsDivine 2 жыл бұрын
Good 👍👍
Typecasting In C: C Tutorial In Hindi #18
5:15
CodeWithHarry
Рет қаралды 426 М.
Functions In C: C Tutorial In Hindi #19
25:54
CodeWithHarry
Рет қаралды 1 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 115 МЛН
كم بصير عمركم عام ٢٠٢٥😍 #shorts #hasanandnour
00:27
hasan and nour shorts
Рет қаралды 10 МЛН
Break and Continue Statements In C: C Tutorial In Hindi #16
14:20
CodeWithHarry
Рет қаралды 570 М.
How I would learn to code (If I could start over)
13:14
CodeWithHarry
Рет қаралды 156 М.
Switch Case Control Statements In C: C Tutorial In Hindi #11
19:08
CodeWithHarry
Рет қаралды 946 М.
Recursive Functions: Recursion In C: C Tutorial In Hindi #21
25:47
CodeWithHarry
Рет қаралды 671 М.
For Loop In C: C Tutorial In Hindi #15
15:57
CodeWithHarry
Рет қаралды 675 М.
Arrays In C: C Tutorial In Hindi #23
25:45
CodeWithHarry
Рет қаралды 1,1 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 7 МЛН