Day 7 part one - Memory Management in cpp - structure's variables function in structure
CodesMentors CodesMentors
316 subscribers
26 views
2

 Published On Premiered Apr 29, 2024

Day 7 part one -
Memory Management in cpp -
structure's variables
function in structure
Structure as Function agrument
Pointer to a structure

What is structure?
structure in cpp are like contrainers that sotre values of differennt data type in them.
structure is user defined data type. So we can say, structure are a collection of related variables
bound in a single unit. so they act as one unit having all the required functionalities that we
need while maintaining the of readablity and maitainality.

show more

Share/Embed