Quantcast
Channel: C
Viewing all articles
Browse latest Browse all 46

Custom Data Types in C - struct, union and typedef

$
0
0
There are many built in data types in C. But sometimes, the built in data types are not enough to perform the required tasks. In that case, some custom data type can be built to meet the necessary requirements. In this tutorial, the following custom data types are going to be discussed:

Structure



Structure is the most commonly used custom data type. When you...

Custom Data Types in C - struct, union and typedef

Viewing all articles
Browse latest Browse all 46

Trending Articles