Arrays In C: C Tutorial In Hindi #23

  Рет қаралды 1,089,049

CodeWithHarry

CodeWithHarry

Күн бұрын

In this series of C programming tutorial videos, I have explained you everything you need to know about C language. I hope you are enjoying this C course in Hindi.
►This C Lecture is a part of this C Programming Course: • C Language Tutorials I...
►Source Code + Notes: codewithharry....
►Click here to subscribe - / @codewithharry
Best Hindi Videos For Learning Programming:
►Learn Python In One Video - • Learn Python In Hindi ...
►Learn JavaScript in One Video - • JavaScript Tutorial
►Learn PHP In One Video - • Learn Php In One Video...
►Machine Learning Using Python - • Machine Learning Tutor...
►Creating & Hosting A Website (Tech Blog) Using Python - • [Hindi] Web Developmen...
►Advanced Python Tutorials - • Intermediate/Advanced ...
►Object Oriented Programming In Python - • Object Oriented Progra...
►Python Data Science and Big Data Tutorials - • Python Data Science an...
Follow Me On Social Media
►Website (created using Flask) - www.codewithha...
►Facebook - / codewithharry
►Instagram - / codewithharry
►Personal Facebook A/c - / geekyharis
Twitter - / haris_is_here

Пікірлер: 487
@mysterious_man451
@mysterious_man451 5 жыл бұрын
bhai aise hi simple hindi language me videos bnate raho!! mere exam aane waale hai..pehley mujhe fail hone ka darr lg rha tha...but ab aapki videos dekhne ke baad meri tension thodi kam ho gyi hai........thanks bro!!!👍
@CodeWithHarry
@CodeWithHarry 5 жыл бұрын
Bhai agar videos dekhoge to fail na hone ki guarantee meri. Itna vishvas muje khudpar aur tumpar dono par hai :) All the best bhai aur daro mat!
@cartoon_club4251
@cartoon_club4251 4 жыл бұрын
@@CodeWithHarry I know Aap reply dene se rhe but pher bhi😓 . Explanation Samaj aaya but Code aadha aaya aadha gya Becz aap bhut fast ho gye the or wapas clear bhi nhi bataya ap ne ki kya or Kyu huaa....
@gunmun2005
@gunmun2005 4 жыл бұрын
@@CodeWithHarry bhai mark[i] ka meaning kya hai kya ho raha hai
@unzipdtech
@unzipdtech 3 жыл бұрын
@@gunmun2005 mark[i] ek 1D array declare kiya gya hai
@kabirjyotibakshi3547
@kabirjyotibakshi3547 3 жыл бұрын
@@gunmun2005for loop tab tak chalega jab tak i ki value 4 nhi ho jati aur hame marks ki value bhi char tak print karvani hai isliye sir ne index ki jagah i likha hai taki marks ki char indexes print ho jaye.
@atanusamanta99
@atanusamanta99 4 жыл бұрын
harry bhai..i am very greatful for your videos..i lost all my hope that i can write a code..after 1.5 year i started studying again only beacause of your videos. whenever i watch your videos i feel fully charged of energy and confidence.
@yashrawat747
@yashrawat747 2 жыл бұрын
its been 1 year of your comment , i hope you are doing good
@nakul8385
@nakul8385 2 жыл бұрын
@@yashrawat747 now 2 year 💀
@DevendraSingh-zp9dm
@DevendraSingh-zp9dm Жыл бұрын
same bro
@adityadash7
@adityadash7 Жыл бұрын
It's nice that you didn't gave up easily and started everything from scratch...hats off to your courage...
@Itsshreyamm
@Itsshreyamm 11 ай бұрын
​@@nakul8385Now 3 years
@rustin2380
@rustin2380 2 жыл бұрын
A better explanation in 25 minutes than two weeks of study in college. 🙌
@roshanchoudhary7739
@roshanchoudhary7739 Жыл бұрын
100% right
@-lyxics
@-lyxics Жыл бұрын
Its because of two reasons:_ 1)You didn't payed aatention in class or you were hesitate to ask doubt. 2)One on one teaching is more efficient which is provided by youtube.
@adityapradhan6525
@adityapradhan6525 Жыл бұрын
​@@-lyxicsdamnnnnnnnnnn 😂😂 bro speaking faxxx
@Allinone-sh6cj
@Allinone-sh6cj Жыл бұрын
​@@-lyxicsbro got tired in traveling to college therefore maybe😅and also because of class noise and unfriendly teachers😢
@-lyxics
@-lyxics Жыл бұрын
@@Allinone-sh6cj teachers are mostly friendly and travelling to college is tiring then you wouldn't get job cause job also needs travelling
@_Ro_HiT
@_Ro_HiT 4 жыл бұрын
It's one of the best channel on U tube to learn programming language..❤️
@ankitscreatorzone1391
@ankitscreatorzone1391 3 жыл бұрын
You are doing a great job!! Your way of explaining is just awesome!!😍😍😍
@snehabarua7750
@snehabarua7750 3 жыл бұрын
THANK YOU SO MUCH SIR!!! never have I ever had any doubts left after watching your video🙌🙌🏻🙏🏻
@saqlainahmed9836
@saqlainahmed9836 3 жыл бұрын
An array contains “n” elements of numbers. The several elements of this array may contain the same number “x”. Write a program to find the total number of elements which are equal to “x” and also indicate the position of the first such element in the array.
@surajkumar-yn1ty
@surajkumar-yn1ty 2 жыл бұрын
hi can u send the sol.??
@thesmartone6601
@thesmartone6601 2 жыл бұрын
It is a Question of Linear Search
@divyanshukothari8024
@divyanshukothari8024 2 жыл бұрын
Binary search se krlo
@abhishankpaul
@abhishankpaul Жыл бұрын
Use linear search. Declare one variable to count the occurence of x. If array[i] == x, increment by 1. Make another array of same size as that of a given array and store the index in that array. Since C is statically typed, use another variable and initialize it to 0. If array[i] == x, store the index number in newarray[counter] and increment the counter by 1 so that whenever another occurence of x happens, the code will automatically put it in the next memory location and give you all the indices where x is located
@navinsingh5564
@navinsingh5564 3 жыл бұрын
Bro give us some projects at this topic.
@omkarmadiwal5812
@omkarmadiwal5812 3 жыл бұрын
😂😂
@priyankushkashyap8268
@priyankushkashyap8268 3 жыл бұрын
Khud soch ke banalo
@rajusheoran4
@rajusheoran4 3 жыл бұрын
2D Array 👇👇👇 create two matrices and print the sum of these two matrices in new matrix
@rajusheoran4
@rajusheoran4 3 жыл бұрын
@@priyankushkashyap8268 m btata hu😂😂😂
@priyankushkashyap8268
@priyankushkashyap8268 3 жыл бұрын
@@rajusheoran4 batao
@darkdrecogaming8684
@darkdrecogaming8684 2 жыл бұрын
gajab samjhaya apne.dil balle balle hon gya
@ranjeetkumar2051
@ranjeetkumar2051 3 жыл бұрын
thanks you harry sir, maaza aa gaya apka array ka video dekh kar 😊😊😊😍😍😍😁😁😁👍👍👍😘😘😘👌👌👌
@shivrajanand2002
@shivrajanand2002 2 жыл бұрын
harry bhaiya ek problem mujhe baar baar ati ha... for example maine aaj apse arrays parh lia... ab kya main next lecture pe move krun ya array pr kuch practice krun.. or agar pratice krna ha to wo kahan se or kaise????
@vj6005
@vj6005 5 жыл бұрын
Thanks Bro... College mein muze kuch samajh nahi ata but jo tum batate ho wo direct dimaag mein jata hain.....
@zubairahmad273
@zubairahmad273 4 жыл бұрын
Sir it is possible to increase array once you have declared it. I confirm because I made a program an din my program, before the array is name[10] but after watching the last section of video I increase array and now this is name[11] and I not get any error and I am in Visual code.
@abhishekchaudhary001
@abhishekchaudhary001 4 жыл бұрын
15:25 Wah! Bhai kya baat kahi 😅
@vakhariyajay2224
@vakhariyajay2224 2 жыл бұрын
Thank you very much. You are a genius.
@lokesh_72
@lokesh_72 Жыл бұрын
#include int main() { printf(" *wassup? IIT BHU students* ") ; printf("aagye coding sikhne") ; return 0; }
@AnkurGupta-xg3ig
@AnkurGupta-xg3ig 3 ай бұрын
hi Lokesh I am also the student of BCA in Varanasi in which year u are i would like to know can you share with me your contact no
@sHerlockHolmes09-h
@sHerlockHolmes09-h 2 ай бұрын
kis clg se ho bhai​@@AnkurGupta-xg3ig
@PritishMishra
@PritishMishra 5 жыл бұрын
Bhai you are awesome aur bhai tumara video to KZbin pe sab sa Bhari.....!!!!
@pratikshinde4922
@pratikshinde4922 4 жыл бұрын
Sir am watching ur playlist from 1st video But in this u went little fast and mixed up the programs in vsc Ye thoda smz nhi aaya , dusre video dekh rha tha utube pe pr aapke video jitna kahi comfortable nhi hu Is video ko thoda aur elaborate kr k batao pls
@Kishanmaurya-en6mm
@Kishanmaurya-en6mm 8 күн бұрын
Wow sir kya padhate ho aap ak number
@samirshaikh6806
@samirshaikh6806 4 жыл бұрын
Thank you harry Bhai you are doing great work... 🌟📚
@ss2facts65
@ss2facts65 3 жыл бұрын
Array ke liye sahi example: Library ke ek almari mein books,😊🙂
@ss2facts65
@ss2facts65 3 жыл бұрын
Sahi hai kya???
@angelofdarkness243
@angelofdarkness243 Жыл бұрын
@@ss2facts65 han shayad sai ha pata nai
@atrikashow8118
@atrikashow8118 2 жыл бұрын
very beautiful explanation as always, Thanks harry bhai.
@VanshParashar-dw3dm
@VanshParashar-dw3dm 10 ай бұрын
Nice way of teaching 👨‍💻
@souravsanyal1617
@souravsanyal1617 2 жыл бұрын
thank you for this wonderful content
@yazahratv7609
@yazahratv7609 4 ай бұрын
Concept revise krny k liye apka channel best hai
@iqrajhalu1914
@iqrajhalu1914 4 ай бұрын
Thanking sir ap bahot accha parate h 😅☺️☺️☺️☺️ sukriya
@youthoob6769
@youthoob6769 4 жыл бұрын
Thank you so much for your help ❤️
@adityasijaria9163
@adityasijaria9163 2 жыл бұрын
excellent explanation harry bhai very helpful videos i am fortunate enough to get a teacher like you
@yashasvikasaxena593
@yashasvikasaxena593 2 жыл бұрын
Plz explain the 3rd point of disadvantage with example.
@saifyname143
@saifyname143 2 жыл бұрын
Arrey meri samajh me nhi aaya dude please help
@satyamsinha8122
@satyamsinha8122 2 жыл бұрын
you are too good as a tutor thank u so much
@WaltonGamingYt
@WaltonGamingYt 4 жыл бұрын
Concept was more easy then I thought off, just because of you sir😎😎
@shrikant_18
@shrikant_18 Жыл бұрын
Thank you harry bhai grateful to you❤❤
@asmitapatil5266
@asmitapatil5266 3 жыл бұрын
Superb explanation of array 👏👏👏👌
@NoobCoder623
@NoobCoder623 2 жыл бұрын
Extraordinary explaination
@kunjikabaxi4274
@kunjikabaxi4274 Жыл бұрын
Hello, Harry Bhai, thank you for this best tutorial❤. I have a doubt in this. In VS code, you have first written the code with syntax 1 and then with syntax 2, so is it like syntax 1 and syntax 2 can be used alternatively or like we can use whichever we find it easier ? For 1D array
@uswakhan2752
@uswakhan2752 10 ай бұрын
@@itsmeagain422 try this code... hope it solves ur problem #include int main() { int marks[5]; marks[0]=35; marks[1]=67; marks[2]=72; marks[3]=22; marks[4]=12; for(int i=0;i50) printf("Your marks are %d and congrats you have passed the exam! ",marks[i]); else printf("Your marks are %d and you are fail. ",marks[i]); } return 0; }
@carnage_wolfiger
@carnage_wolfiger 9 ай бұрын
YOU FORGET TO WRITE IT INSIDE FOR LOOP @@itsmeagain422
@carnage_wolfiger
@carnage_wolfiger 9 ай бұрын
@@itsmeagain422 I think you already figured it out
@piyusha_01
@piyusha_01 3 жыл бұрын
Thankyou so much sir Apne saach Mai humara C Ka dar bhaaga Diya I am so confused in C and humare college Mai bhi as such preparation nhi kaari due too lockdown or ab humare online exam ho rhe h..... But Apki videos Hume as a angel gift ki Tarah mil rhi h bikul worst condition Mai.... So thankyou so much sir for this help.... 🙏🏻😊
@pranavpatil9403
@pranavpatil9403 2 жыл бұрын
Literally sir your explanation is smooth even I am eating KACHORI but knowledge is directly store in brain nice sir
@sc5084
@sc5084 2 ай бұрын
Ek proj banadiya at own thanks buddy // Array is just the collection of same data types in C language **Data type should be same** // Multiple data item with just single name // for 2d array means matrices syntax is Data_type_name[row][columns] = {{elements},{elements}}; #include int main() { int a[3][3]={{1,2,3},{1,1,1},{1,0,2}}; for (int i = 0; i < 3; i++) { for (int j = 0; j < 3; j++) { printf("%d\t",a[i][j]); } printf(" "); } int d = a[0][0]*(a[1][1]*a[2][2] - a[1][2]*a[2][1]) - a[0][1]*(a[1][0]*a[2][2] - a[1][2]*a[2][0]) + a[0][2]*(a[1][0]*a[2][1] - a[1][1]*a[2][0]); printf("The determinent of above matices is %d ",d); return 0; }
@Delhitfactboy
@Delhitfactboy 4 жыл бұрын
Comment out karne ke liye pahle code ko select kare fir (ctrl+/)press kare ho jayega.
@mayankumar1312
@mayankumar1312 4 жыл бұрын
learnt everything because of you . Love this video and ur effort brother.
@ashutoshpatra9987
@ashutoshpatra9987 3 жыл бұрын
Harry sir, jo apne 1d array ka jo example diya ha apne website pe wo thoda galat ha isliya vscode pe run nahi kar raha use, please thik kar digiya for (int i=0;i for (int i=0;i sum += marks[i]; Thank you love your videos
@CHIRAG-pm5jf
@CHIRAG-pm5jf 2 жыл бұрын
Thanku sir ❣️
@saczzextras9091
@saczzextras9091 5 жыл бұрын
THATS aswm and my best class one array. you cleared my lot of concepts . thanks Bhayia
@ranjeetkumar2051
@ranjeetkumar2051 2 жыл бұрын
thank you very much for making this video very helpful ❤❤❤❤❤❤❤❤❤❤❤❤❤❤💕💕💕💕💕💕💕💕💕💕😘😘😘😘
@sahanasingh8580
@sahanasingh8580 3 жыл бұрын
god bless ur hardwork bhaiya ,i am referring ur videos its very helpfull:)
@atifmalik8012
@atifmalik8012 7 ай бұрын
Enter 9 student marks and it will be stored inside 3x3 matrix 😅 #include int main() { int marks[3][3]; for(int i=0;i
@sultan4874
@sultan4874 3 жыл бұрын
15:55 Acchi cheez
@roshaniraut6361
@roshaniraut6361 2 жыл бұрын
your really a best teacher😊💚💚💜
@royfamily9273
@royfamily9273 2 жыл бұрын
Thanks Harry Bhaiya
@romilwadia4882
@romilwadia4882 5 жыл бұрын
best coding channel to learn in youtube.
@deepsamalx6032
@deepsamalx6032 4 жыл бұрын
False on the entire web
@khadimhusen
@khadimhusen 5 жыл бұрын
Let's start
@prathameshzingade6791
@prathameshzingade6791 2 жыл бұрын
Thank you
@kdsagar4570
@kdsagar4570 4 жыл бұрын
For loop 2 bar use karna zarori hai (18:15 )
@RohitSharma-qo1ug
@RohitSharma-qo1ug 4 жыл бұрын
bina 2 baar use kre we won't be able to print the matrix
@Ishanx100
@Ishanx100 3 жыл бұрын
do make more videos of array and functions 😊
@abhishekgupta21k
@abhishekgupta21k 2 жыл бұрын
Thank-you 🙏 🙌 👏 👌 ❤️
@roy.dev_7
@roy.dev_7 Ай бұрын
Thank You Sir 🙏🏻❤️‍🩹🇮🇳
@shardul759
@shardul759 3 жыл бұрын
Samjha bhaiyaa ab pdf refer kar lunga syllabus points ke liye🤗🤗🤗🤗❤️
@adityaraja8276
@adityaraja8276 9 ай бұрын
Thank you harry bhai. One suggestion, it will be good if we get some exercise after every imp topic.
@dkillergaming9162
@dkillergaming9162 2 жыл бұрын
What is the technical difference between (0&1) Array integer. Plz explain
@seekhnahijeena9123
@seekhnahijeena9123 Жыл бұрын
O denotes the first position in array ki pehle position par kaun hai. and 1 denotes second position
@Suhas_7744
@Suhas_7744 3 жыл бұрын
i have learnt so much from you.
@victorb22622
@victorb22622 5 ай бұрын
10:13 contiguous is like adjacent
@SANJAYDAS-zh7fw
@SANJAYDAS-zh7fw 2 жыл бұрын
Fantastic bhai!!
@pritamgoswami544
@pritamgoswami544 3 жыл бұрын
is it mandatory to start from 0? can we not do like marks[1] marks[2] marks[3] marks[4] like this?
@saurav_abhinav
@saurav_abhinav 3 жыл бұрын
An array starts with zero element. So, it's mandatory bro.
@pritamgoswami544
@pritamgoswami544 3 жыл бұрын
@@saurav_abhinav ok
@UECAshutoshKumar
@UECAshutoshKumar 2 жыл бұрын
Thank you bhaiya ❤️
@yashsisodiya6394
@yashsisodiya6394 3 жыл бұрын
Thanks
@bestchannel3391
@bestchannel3391 3 жыл бұрын
Bro bahut achhe smjhate ho aap✨✨ keep going..
@p.i9037
@p.i9037 4 жыл бұрын
great video
@mohammedhyderabadwala5815
@mohammedhyderabadwala5815 2 жыл бұрын
sir agar space bohot bachgayi and array ki space kam karna hai toh delete karne se accha copy paste kardena and size change kardena . ye karna sahi hai? pls help
@apoorv1441
@apoorv1441 3 жыл бұрын
Sir ajj hi C programing ka exam diya....apse sikha tha sab aur bhot hi acha hua exam...thank you so much sir..u are great
@shykhexe
@shykhexe 4 жыл бұрын
So harry bhai, i have a question. when i declare an array e.g char a[10]; So here i have declared an array of 11 characters (including the null one) but when i have to give input, it takes input of as many of the characters i want (it doesn't limit the size of array) and also when i print that array of characters it outputs them all. So, the question is why the array doesn't have any limit?
@shykhexe
@shykhexe 4 жыл бұрын
@codewithharry
@shykhexe
@shykhexe 4 жыл бұрын
If anyone else have the answer, it will be appreciated
@dubstepmob8660
@dubstepmob8660 3 жыл бұрын
same question bro, please help me if you figured it out
@versatilegamer4715
@versatilegamer4715 2 жыл бұрын
In loop u have to write i
@REXIANCE
@REXIANCE 2 жыл бұрын
Arre sir ka kehne ma mtlf phir loops wagera mai changes karna parega wo sab lafda hai isme..
@Spfilms124
@Spfilms124 2 жыл бұрын
Nice bro maza aa giya array samaj kr❤️❤️❤️❤️❤️❤️
@DeepakThakurEntrepreneur
@DeepakThakurEntrepreneur 3 жыл бұрын
What is Searching ? WAP To Search an Item in an Array ? Sir Plz Ek Iss par Videos Banado
@vivekrathore6030
@vivekrathore6030 3 жыл бұрын
Check out in dsa by code with Harry... He completed everything there like binary, linear search etc.
@starksanket3880
@starksanket3880 Жыл бұрын
thank you harry bhai for the fundamentals
@vinitmittal9420
@vinitmittal9420 2 жыл бұрын
bhaiya please tell the setting to clear the previous output automatically in terminal every time we run the code.
@technicaltutorialarena
@technicaltutorialarena 5 жыл бұрын
keep going sir you are awesome it's helps me lots so thanks to make the c language series
@milanpatel5337
@milanpatel5337 4 жыл бұрын
Harry sir...!!! What an explanation 🙂❣️❣️❣️🙂
@bhavyakuswaha7867
@bhavyakuswaha7867 4 жыл бұрын
Thankyou soo much sir 😊 kafi acha smjh aya
@humzakhan8683
@humzakhan8683 3 жыл бұрын
An Array has a mix of 0s and 1s representing False and True Boolean values. Write function AllTrue() that returns 1 when all the entries in the array are true, and 0 when at least one of the entry in the array is false. Do Not Use Selection Structures. kisi k pass is ka solution hai tu dey dy plzz ???
@hey-cg3fv
@hey-cg3fv Жыл бұрын
#include int allTrue(int arr[]){ int a=1; for (int i = 0; i < 5; i++){ if (arr[i] == 0){ a = 0; break; } a = 1; } if (a == 0) return 0; return 1; } int main(){ int arr[5] = {1, 1, 1, 1, 1}; int res=allTrue(arr); printf("%d",res); return 0; } // Can also take value of arrays from users also.this code snippet is just for some basic explanation.
@036_anushkakohli2
@036_anushkakohli2 2 жыл бұрын
Can we make array of a larger size say name[10] but insert only 5 names so that i can add 5 more names later when i want to?
@shikhargovil9579
@shikhargovil9579 2 жыл бұрын
yes you can do it. there is absolutely no issue in it. we define size initially just to reserve particular amount of blocks in memory. it's upto programmer then that how much he uses it.
@chandrashekharkumarsingh3857
@chandrashekharkumarsingh3857 4 жыл бұрын
Understable courses
@vipulponugoti7120
@vipulponugoti7120 Жыл бұрын
#include int main() { int marks[4]; for (int i = 0; i < 4; i++)//Here variable i is used for taking values { printf("Enter the marks of student %d: ",i+1); scanf("%d",&marks[i]); } for (int j = 0; j < 4; j++)//Here a different variable j is used for printing { printf("The marks of student %d is:%d ",j+1,marks[j]); } return 0; }
@itsmeagain422
@itsmeagain422 Жыл бұрын
#include int main() { int marks[5]; marks[0]=35; marks[1]=67; marks[2]=72; marks[3]=22; marks[4]=12; int i; scanf("%d",&marks[i]); printf("congrats you have passed the exam! "); printf("your marks are %d ",marks[i]); return 0; } can you tell me the mistake
@indumalhotra9526
@indumalhotra9526 2 жыл бұрын
Thank you so much bhaiya..... I got this concept in one shot
@smitchabhadiya4914
@smitchabhadiya4914 3 жыл бұрын
Super video! I applauded for ₹200.00 👏👏👏
@DeepakGupta-uc2fw
@DeepakGupta-uc2fw 5 жыл бұрын
Bhai data structure par video banao
@TechnicalAnkesh
@TechnicalAnkesh 4 жыл бұрын
2d array samjh me nahi aya par 1d array Crystal clear ho gaya , ap 2D array me bohot fast ja rahe the thora slow jao
@princekumarsaha3204
@princekumarsaha3204 3 жыл бұрын
Hggn bfhhrhbhre
@shridharkapse4188
@shridharkapse4188 2 жыл бұрын
sir , can we have array of strings?
@muneebmehtab4113
@muneebmehtab4113 Жыл бұрын
Assalamualaikum Bro really you are great 👍🏼❤️
@curliswag4037
@curliswag4037 3 жыл бұрын
Bhai ap se buhut seekha hai may ne keep it up
@chiteez_____1562
@chiteez_____1562 Жыл бұрын
Nice video bhai ! ❤👍😄
@aniket_chatarkar_29
@aniket_chatarkar_29 11 ай бұрын
Thanks guruji ❤
@kanhakhushigupta7786
@kanhakhushigupta7786 4 жыл бұрын
Thanks bhai....
@AmanSingh082
@AmanSingh082 2 жыл бұрын
Harry sir This vdo I really don't get understand how to create 1D or 2D array.
@shubhamshinde5458
@shubhamshinde5458 3 жыл бұрын
App bahot achha sikhate ho, but bas sikate time copy paste ka use nahi karoge to bahot asani se samaj ayega.. ye copy paste q kiya wo samajne ke liye difficulty ho jata h..
@khushiji11
@khushiji11 9 ай бұрын
Thank you sir ❤😊
@nikhillumesh2457
@nikhillumesh2457 4 жыл бұрын
At 11:30 bhaiya a[2] is retrieve value 10 hogi na ?
@dhianonymous6930
@dhianonymous6930 3 жыл бұрын
Yes bro
@upscknowledge6849
@upscknowledge6849 2 жыл бұрын
You are legend ❣️
@mariarahmani5597
@mariarahmani5597 Жыл бұрын
i am a beginner in coding i have came this far and i want to know how and from where to practice more and more to become better,,also i want to know if on seeing the problem that harry bhaiyya gives us to solve if i dont get the solution on my own is that fine as a beginner or should i not at all look at the solution....?someone plz reply
@itsmeagain422
@itsmeagain422 Жыл бұрын
#include int main() { int marks[5]; marks[0]=35; marks[1]=67; marks[2]=72; marks[3]=22; marks[4]=12; int i; scanf("%d",&marks[i]); printf("congrats you have passed the exam! "); printf("your marks are %d ",marks[i]); return 0; } can you tell me the mistake
@mariarahmani5597
@mariarahmani5597 Жыл бұрын
the scanf function is for user input and you need not to take iput from the user ,just declare the passing marks and use a for loop instead and if you want the code i'll provide that too and mention the complete question @@itsmeagain422
@Aagnesh45
@Aagnesh45 11 ай бұрын
​@@itsmeagain422 bro you should declare a new intiger for running the loop (i=0;i
@tuneflix7252
@tuneflix7252 2 жыл бұрын
Thanks harry bhai🙏🙏🙏
@bhaskarmanna8077
@bhaskarmanna8077 3 жыл бұрын
Thanks harry sir for explaining the conecpt in a very simple way.
@akimitsuu278
@akimitsuu278 2 жыл бұрын
so does int arr[56] or marks[56] as u used to have the ability to store 56 individual data or 57 individual data?
@bijoyetribhowmik9905
@bijoyetribhowmik9905 2 жыл бұрын
56
@allvideoin6104
@allvideoin6104 Жыл бұрын
Yes
Exercise 2: Solution + Shoutouts: C Tutorial In Hindi #24
20:54
CodeWithHarry
Рет қаралды 288 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 91 МЛН
She's very CREATIVE💡💦 #camping #survival #bushcraft #outdoors #lifehack
00:26
Epic Reflex Game vs MrBeast Crew 🙈😱
00:32
Celine Dept
Рет қаралды 39 МЛН
Functions In C: C Tutorial In Hindi #19
25:54
CodeWithHarry
Рет қаралды 1 МЛН
Google Data Center 360° Tour
8:29
Google Cloud Tech
Рет қаралды 5 МЛН
C_53 Introduction to Two Dimensional (2D) Arrays in C
13:04
Jenny's Lectures CS IT
Рет қаралды 363 М.
Pointers In C: C Tutorial In Hindi #26
32:46
CodeWithHarry
Рет қаралды 785 М.
C_46 Arrays in C - part 1 | Introduction to Arrays
18:19
Jenny's Lectures CS IT
Рет қаралды 944 М.
Recursive Functions: Recursion In C: C Tutorial In Hindi #21
25:47
CodeWithHarry
Рет қаралды 655 М.
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 91 МЛН