Lecture 10: Structure Revisited | From the perspective of Stack Memory and Heap Memory

preview_player
Показать описание
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Topics covered in this tutorial along with time stamps for your easy access.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Introduction 0:00
What is a structure? 0:10
Why do we need a structure? 1:02
What does a structure look like? 1:45
How to declare structure variables? 3:10
How to declare array of structure? 5:31
How to store data in structure variables? 6:31
How to access structure members via single structure variable? 7:07
How to access structure members via static array of structure? 8:49
How to access structure member via pointer to structure or address of structure variable? 12:18
How to access structure member via dynamic array of structures? 14:53
What is "typedef" and how to use it in context of structure? 18:14
How to pass structure members as values to a function? 21:33
How to pass a structure variable as value to a function? 23:01
How to pass the address of the structure variable to a function? 24:21
How to pass an array of structure to a function? 28:01

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Recommended videos:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Рекомендации по теме