Very nice video ❤ 👍👍🔥. Quiz solution : #include #include struct student { int age; int class; int roll_no; char name[25]; char section; }; struct student std1; int main() { // Quiz: // Given below information of a student. Print them :- strcpy(std1.name, "Hari Putter"); std1.age = 16; std1.class = 11; std1.section = 'C'; std1.roll_no = 23; // Solution :- printf("Name: %s ", std1.name); printf("Age: %d ", std1.age); printf("Class: %d ", std1.class); printf("Section: %c ", std1.section); printf("Roll no: %d ", std1.roll_no); return 0; } //Thanks :)
@ritikthakur49214 жыл бұрын
Underrated channel. Great explanation. 👍🏻
@Robin4lyf Жыл бұрын
well now its of 4+ million subs
@ashmitdas207810 ай бұрын
well now its of 5+ million subs@@Robin4lyf 😅
@spidyffexe7 ай бұрын
@@ashmitdas2078 well now about to 6m
@SaisujithNagamalla7 ай бұрын
@@ashmitdas2078 now 6 million plus
@Rathore.2046 күн бұрын
Now 6.9 milion
@RahulDas-qq1uv3 жыл бұрын
phenomenal explanation , Highly recomended
@whoareyou456782 жыл бұрын
Generally I am not prefer ppt base lectures but you explanation is enough To change my thoughts
@YashDEVELOPER124 жыл бұрын
Very helpful vdo sir.. Structure is so important concept in c .. aur aapne bahut easily samjhaaya hai isko.. Amazing.. thanks u so much sir
@Sirjiknp4 жыл бұрын
Come to teach in my college also 😂 you are great #harry
@oqant04244 жыл бұрын
GREAT WORK MAN ....KEEP THE GD WORK DOING
@RAJPATRA_Corporate4 жыл бұрын
I am studying in brainware of software engineering course But still your learning methods is world class❤️
@surajsantra67492 жыл бұрын
i am also from brainware
@neerajkashyap268 Жыл бұрын
@@surajsantra6749 Kolkata??
@soumikpradhan690110 ай бұрын
Me also
@suryapratap29142 жыл бұрын
whenever thiings get difficult HARRY BHAI __ aap bs bne raho ,sunte rahiye dhyan se end tak --- and in the end every thing became easy🙃😉
@raghavannaidu69314 жыл бұрын
Super Under-Rated Channel Love ur videos man superb explanation
@shivanshgoyal3104 жыл бұрын
Amazing explanation 🥺🥺💖💖
@gauravchaudhari94014 жыл бұрын
Great Explain sir..,,You are the Best Explainer and Technical Teacher too...
@itsmoonsault4 ай бұрын
Learning on KZbin with teachers like you is way more helpful and effective than wasting time in college and not understanding damn thing
@VanshPruthi-mk4pq6 ай бұрын
Quick Quiz solution:- #include #include struct student{ int roll; float marks; char fav_game[78]; }; int main() { // Write C code here struct student siya ,riya ,abhishek ,jadoo; siya.roll=1; siya.marks=76.786; strcpy(siya.fav_game,"Basketball"); printf("The information of siya is roll no. = %d , marks = %f , result = %s ", siya.roll, siya.marks, siya.fav_game); return 0; }
@mrrabbit29134 жыл бұрын
Quick quize #include #include /*using #include becouse I use string funtion on this program to print students name*/ struct Student { //the caraibles to collect from the students int id; int marks; char fav_char; char name[34]; }; int main() { struct Student milk, cake, curry; //student names //proper data to collect from the student milk.id = 14; cake.id = 15; curry.id = 16; milk.marks = 40; cake.marks = 20; curry.marks = 46; milk.fav_char = 'm'; cake.fav_char = 'c'; curry.fav_char = 'r'; //using strings fuction bny adding #include in global strcpy(milk.name, "Milk is while in color "); strcpy(cake.name, "cake is chocolate in test "); strcpy(curry.name, "curry is best in test "); //name of the student from here printf("The name of milk is %s ", milk.name); printf("The name of cake is %s ", cake.name); printf("The name of curry is %s ", curry.name); //id of the studen from here printf("The id of milk is %d ", milk.id); printf("The id of cake is %d ", cake.id); printf("The id of curry is %d ", curry.id); //marks of the students from here printf("The marks of milk is %d ", milk.marks); printf("The marks of cake is %d ", cake.marks); printf("The makrs of curry is %d ", curry.marks); //fav_char of the students from here printf("The fav_char of milk is %c ", milk.fav_char); printf("The fav_char of cake is %c ", cake.fav_char); printf("The fav_char of curry is %c ", curry.fav_char); return 0; }
@IMAN_IIT_PATNA2 жыл бұрын
🤣🤣🤣🤣🤣
@namansharma8515 Жыл бұрын
thanks for the comments its easily readable
@mrrabbit2913 Жыл бұрын
@@namansharma8515 thank you 👍😊
@Mistcreation-z5s4 жыл бұрын
Your teaching is more beautiful than my girlfroend
@tejassrivastava69714 жыл бұрын
😂
@sooanurag3 жыл бұрын
😂😂
@smp22213 жыл бұрын
🤣🤣🤣
@tarunshakya42103 жыл бұрын
😂😂😂😂😂😂
@bill-cipher0003 жыл бұрын
Coders dont have a girlfriend
@pratiks294 жыл бұрын
Harry bhai bohot mast samjhaya tune ekdum clear kar dia 👍 Pura playlist bohot sahi he thank you bhai
@krishkanojia28504 жыл бұрын
Great method of explaining.
@inayatullah29832 жыл бұрын
Sir ap ki video Itni achi aur high level ke hain ki college main programming main main sab se tez hoon thanks
@gauravpatel59172 жыл бұрын
yes me bhi bro
@kimjong-un45212 жыл бұрын
this is actually best course on structure
@BrightEngineer0014 ай бұрын
Justice for shubham
@Fitness_journey9882 жыл бұрын
Thank u Sooo muCh Harry Bro Issi trah smjhate rahain AllaH aap ko or behtar bnaye Ameen From Pakistan🇵🇰🥰
@spoorthishet11963 жыл бұрын
you are just awesome...!!! made it very simple..
@pratikkurade12703 жыл бұрын
If you use array of structures than using for loop it will be easy. it will save some lines.
@aradhyastore84482 жыл бұрын
structure seems like objects in OOPs of other languages in which we have create an object and can change it properties
@arjunmehta82724 жыл бұрын
Love ur videos bro 😊😊❤️❤️❤️
@snehashisratna90745 жыл бұрын
#feedback Algorithm and data structure ka video banaou please....😃
@rahulmore19934 жыл бұрын
thanks for u r efforts harry
@sandeeppareek89414 жыл бұрын
// Challenge accepeted. // Author Sandeep Pareek // Purpose to solve the given quiz #include #include struct student { int rollnumber; char name[53]; int percentage; }; int main() { printf("WELCOME TO _______________ SCHOOL "); struct student s,h,a; s.rollnumber= 1; h.rollnumber= 2; a.rollnumber=3; s.percentage=73; h.percentage= 72; a.percentage= 67; strcpy(s.name,("sandy")); strcpy(h.name,("sandeep")); strcpy(a.name, ("sandu")); printf("Roll number %d\t = %s\t percentage is %d ",s.rollnumber,s.name,s.percentage); printf("Roll number %d\t = %s\t percentage is %d ",h.rollnumber,h.name,h.percentage); printf("Roll number %d\t = %s\t percentage is %d ",a.rollnumber,a.name,a.percentage); return 0; }
@anshirohilla49682 жыл бұрын
Harry while explaining Rocket science: isme koi Rocket science nahi hai 😂
@fahedshaik62123 жыл бұрын
Harry sir rocks 🤘
@reality97022 жыл бұрын
But, the problem is still there. 10,000 employees ka information agar store karna ho to kya 10,000 variables declare karna padega ??
@parvezahmad43653 жыл бұрын
Very nice explanation 😀
@janhvitolambe33314 жыл бұрын
Harry bhai✨🔥🔥
@likhanbiswas50776 ай бұрын
printf("a's marks is: %d a's id is:%d a's favorite character is:%c a's name is:%s", a.marks,a.id,a.fav_char,a.name);
Black background pe..plzz white pen use karo....black k upr red dikha nehi jata.... Btw.thanks..very much thanks..mujhe structure samaj agaya....thanks harry dada
@sarmilagautam59163 жыл бұрын
amazing Harry...
@vasu22392 жыл бұрын
Badiya tha explain
@punisher-pubgmobile9527 Жыл бұрын
Thanks bro you are helping too much
@atharvakumar44253 жыл бұрын
moj kar di such mein ❤❤
@chickujibabuaa61742 жыл бұрын
It's always helps me
@HarshKumar-zm1jl3 жыл бұрын
Thankuuu😀😄
@mayankjindal89082 жыл бұрын
Wow! You had 28k subscribers then 😘
@Sans_K52 жыл бұрын
thanks_Sir💜
@kanishksolanki59497 ай бұрын
I love you so much sir 💝💝💝💝💝💝💝💝❤️❤️❤️❤️❤️
@SahilKumar-ni7su4 жыл бұрын
#include struct student { int id; float marks; char fav_char; }; void main() { struct student harry, ravi, shubham; harry.id = 1; ravi.id = 2; shubham.id = 3; harry.marks = 66; ravi.marks = 466; shubham.marks = 466; harry.fav_char = 'p'; ravi.fav_char = 'p'; shubham.fav_char = 'p'; printf(" harry id is %d", harry.id); printf(" harry got %.2f marks ", harry.marks); printf(" harry's fvt character is %c", harry.fav_char); printf(" ravi id is %d ", harry.id); printf(" harry got %.2f marks ", harry.marks); printf(" harry's fvt character is %c", harry.fav_char); printf(" shubham id is %d", shubham.id); printf(" shubham got %.2f marks ", shubham.marks); printf(" shubham's fvt character is %c", shubham.fav_char); }
@deeptimidha2928 Жыл бұрын
too good sir
@phoenixhacker12912 жыл бұрын
Cool bhai
@soumyashiskarmakar5 жыл бұрын
Java tutorial please!
@thinkdaily51404 жыл бұрын
Aacha smj aaya .. Thoda function use Kar k complicated sa lag raha h😄😐
@sarveshdevrukhakar3 жыл бұрын
# Can we declare \ initialise the 'function ' in structure ? And did you forgot about pointers in structure ?
@chahatvamdev40883 жыл бұрын
Thnk yu Harry Bhai
@shubhamyadav32723 жыл бұрын
"आशा करता हूँ" Is the best line.
@vipulkumar31623 жыл бұрын
thanks harry bhai
@JYOTISHKUMAR-bu3pv Жыл бұрын
Do not confused why sir was writing void print () because he was declaring a function whose name is print()...... 😊😊😊😊😊😊😊
@AnkithChowdary Жыл бұрын
Thank you C ke Jyotish ji 😊
@rahul41423 жыл бұрын
That's why he's the Teacher
@anshrajput39704 жыл бұрын
Great Content
@techlearner97442 жыл бұрын
So good ..
@shrabonisinha Жыл бұрын
I bless you
@vishalsrivastava20123 жыл бұрын
amazing bro structure btech ki 4 year baad samajh aaya h ty
@animesh1083 жыл бұрын
Bro live streaming Diya Karo , For doubts clearing