Nested Structure Pointer | C Programming Language Tutorial

preview_player
Показать описание
In this tutorial, you will learn about Nested Structure Pointers in C Programming language.

A Structure is a collection of similar elements. While defining a Structure, we can declare a Structure Variable and Pointer as its member.

This will allow us to create complex data types according to the requirements of our program.

Having a Structure Variable or a Pointer as the member of a Structure definition is called Nested Structure.

We can use the Structure Member and Structure Pointer operators to access the members of the nested structure.

Our Website

Social Media
Рекомендации по теме
Комментарии
Автор

You are tutorials are helping me a lot sir.thank you so much. you are explaining me better than my teachers

Codeshub
Автор

Thanks for making videos about structs, but my two years of learning C says, why are you not using typedef and memory management at this level ?

grimvian
Автор

From what bibliography you feed your knowledge in C programming? Can you recommend us a book for programming in c, please

adolfocarrillo
Автор

-I am the first to view, like and comment!- Thank u for your tutorials...U r one of the best coding teachers on youtube..Your c++ tutorials have helped me a lot..i have made many programs in c++ with your help .nowadays Im working on a program which will ask to user what help do they want -- It has many functions from unit convertors to area calculator to prime checkers. It uses many functions and switches all which i have learnt from u :D

OG_CK
Автор

hie sir I had a question can we assign values to Anil and amul dynamically?? in the pointer method

prajwal_bagewadi
Автор

i have a question
in 11:11 you removed the anil.addrptr=&myadress2 but how in the printf it was anil.addrptr
like if we removed the connection between the pointer and the variable how we used it again ?

yousseffarhood
Автор

Adjust your voice pitch with the frequency while you speaking near to your mic.. It makes alot hesitation to listen... But your lectures are good enough!
And I hope you will resolve this issue from the next time onwards. Thank u

hiddennetwork
Автор

Thank you very much for the clear explanation =D

cajhdz
Автор

Hello Learning lad - what programs have you used to write and compile your code in this colour format? I have used your videos in my beginners days so thanks for all the tutorials you have produced.

rajcodes
Автор

at 9:06 how you have changed all "anil" to "amul" at a time in a single line?

nomann
Автор

but why pointer become useful compared to 2 previous tutos ago. I know this is not duplicating a variable a pointer.

consciencedimension