Structure in C | Struct Keyword

preview_player
Показать описание

Structures in C

In this video we will see :
- Need of Structure
- How to create Structure
- How to use structure
- Storing values in structure
- Run program

A struct in the C is a composite data type declaration that defines a physically grouped list of variables to be placed under one name in a block of memory, allowing the different variables to be accessed via a single pointer,
or the struct declared name which returns the same address.
The struct can contain many other complex and simple data types in an association,
so is a natural organizing type for records like the mixed data types in lists of directory entries reading a hard drive, or other mixed record type.

Editing Monitors :

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
Рекомендации по теме
Комментарии
Автор

When i jumped to this video after watching pointer with array in c, trust me i found a large difference in confidence level of your teaching sir, ❤️🔥 recently i completed your python course from YouTube, not because i had to learn it, only because i knew python still I enjoyed a lot in learning from you, TRUST ME YOU ARE ONE OF THAT BEST TEACHER IN YOUTUBE WHOM I REALLY RESPECT, the pointer with array in c video is 4 years older but this structure video is 2 years older from this date 22/09/2020, 🔥

Anirbansinha
Автор

it just took 2 hour to finish the whole series....
Thanks navin

divyeshkumarbalar
Автор

Its very Helpful Sir. You deserve more than anyone in the world 🙌👌 I daily watch your videos 👏

PankajDuse
Автор

Completed all 41 videos 😊 Great explanation..
Thank you for the great content...

ameypatil
Автор

Easily understandable and simple programs that made me get a clear idea about all important concepts in C. Thanks a lot sir....It helped me u sir...👌👍🙏

tirunalveliswarna
Автор

Anna, your total c playlist helped me a lot for my interview anna.
Thank you very much anna.

naiduaravind
Автор

Merry Christmas sir. I have seen all your c videos but it will be more helpful if you make more videos on pointers, static, dynamic memory allocation.Your explanation is very easy to understand so if you make so it will be very helpful for us...

chinmaydas
Автор

Thank you anna, the series helped me a lot for now

naiduaravind
Автор

completed in 2 days ...great playlist sir

DayumSajal
Автор

Hi sir, I can't able to understand your "InterThread Communication" program on multithreading concept. You can find that video on your java playlist. Can you please make a video to explain that program step by step.???

DineshKumar-tidx
Автор

Explained so well in under 10mins. Spent over an hour in class and couldn't understand it.

lianhong
Автор

And with this amazing video, we finish this superb series of C tutorials

SanjeevKumar-ekod
Автор

You are the best computer science teacher.

alapandas
Автор

Thank You So much Sir, for helping new learners, i learnt more through your videos. once again Thank you so much Sir

m.vinaykumarreddy
Автор

in code line 19
even though we used %s i, e a string, why did you use '&' in scanf ?

SakshinA
Автор

Sir, does sequence of members inside struct matters .
In singly linked list, first block is DATA, second block is pointer to node.
Sir, can you explain why data is first block and pointer is in 2nd block inside node.
Struct node{
Int data;
Strict node * ptr;
};
So, does the sequence of data and ptr matters as first block is of data and second block is of pointer to node.

KaranSingh-rnzk
Автор

I have a doubt in it,
U have declared the model[20] array with the data type char
but while calling it you have used a string data type in line 17 but how can it be possible.
Is it like using 2 datatypes (String and Char) for an single array of the name model[20].

By getting the doubt cleared my 41 videos of C introduction will be completed.
And to Finally say,
THANK YOU VERY MUCH FOR YOUR VALUABLE CONTENT.

hemasaiduppalapudi
Автор

Intresting! Structure is basically like a class OOPs

Bakasta
Автор

hello sir, how did you do with your Google code jam exam plz share ur experience !!!

gampaspoorthi
Автор

Thanks for the efforts taken for making this series of tutorial for beginners.

mohammadwaseemakram