This is the only video that made sense, thanks man you're a great teacher
@BaltiYoussef5 жыл бұрын
you're a fan of "The Office" for sure! you chose pam and jim as students and their major are business and art
@jritzeku5 жыл бұрын
YESSS!! i caught that hahaha. I wonder what Michael's gpa would be....
@BaxxyNut2 жыл бұрын
structs seem incredible, this is so cool
@digitalords2 жыл бұрын
This video was so clutch thank you
@景虎-j9q6 жыл бұрын
Thank you very much for your tutorial! Your video has been the easiest material to study c language for me. However, I haven’t been able to fully understand how to use struct and pointer. I hope you could demonstrate more examples to use those functions. It might have been just because of my lack of English ability, but as for struct, I couldn’t understand why it’s so useful.Thank you very much, and I hope a big success for your academy.
@anant67784 жыл бұрын
Suppose you want to organise and store 100,000 words of data of which the user must be given useful snippets of no more than 50 words depending on his input...
@anant67784 жыл бұрын
For pointers, try making functions that receive and return arrays (maybe strings ?) and that'll give you all the hands-on for pointers that you need
@lacimclean3343 жыл бұрын
I love this video I'm definitely subscribing💕😊 thanks.
@abhishekmishra90645 жыл бұрын
Your videos are very helpful. Keep up the good work. Thanks a lot.
@isaakmwangi46183 жыл бұрын
'strcpy' is saying incompatible implicit declaration of built-in function. SOMEBODY PLEASE HELP ME NOW
@roleben30093 жыл бұрын
Hi, one question that is killing me, what if instead of having the students information put in directly you would have to use a scanf for the user to introduce the data, how could you do that?
@fionac.53913 жыл бұрын
Wow, I found a comment that wasn't 1+ years old. Hello!
@samferrer3 жыл бұрын
Great! ... what about defining a type with a struct?
@64standardtrickyness3 жыл бұрын
Whats the difference between structs and classes?
@sandy-gx8zp3 жыл бұрын
How can we access or print whole struct
@AbhinavKumar-dr4ef3 жыл бұрын
Nicely explained.😊😊
@moishie202 жыл бұрын
Thanks. this was a great explanation
@anant67784 жыл бұрын
What is the student's age requires more than 4 bytes ?
@wenzel91735 жыл бұрын
Thank you for your super helpful tutorial!
@EhssanDannouf-o9o9 ай бұрын
👌😎 wonderful this C me think 🙂
@user-gi8lt3tc8n4 жыл бұрын
Mean how to build big project in structs
@HOWDOT6 жыл бұрын
Your the best :). Keep up the good work Bro :) Good luck :)
@stacyhackney68722 жыл бұрын
thank you, very helpful
@vignaanjunior3825 жыл бұрын
Can you please make a video on data structures using c.
@sugarmaabatbold12432 жыл бұрын
very helpful
@user-gi8lt3tc8n4 жыл бұрын
Sir we expect more vedios in struct
@McDonaldsSprite2472 жыл бұрын
thanks a lot
@samvoor4963 жыл бұрын
awesome
@Impromptu215 жыл бұрын
sir can u make a video on data structure piz
@gabehcuodsuoitneterp2032 жыл бұрын
So C is OOP?
@DRUMS1234512 жыл бұрын
no c++ is
@BaltiYoussef5 жыл бұрын
can we say that structs in C are like classes in Java?
@anant67784 жыл бұрын
Structs and classes are slightly different. Structs dont have inheritance while classes do, for instance.