Skip to content

Latest commit

 

History

History

0x0E-structures_typedef

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

0x0E. C - Structures, typedef

About

A structure is a collection of data items or variables of different data types that is referenced under the same name. It provides convenient means of keeping related information together.