Hiii,
I mainly understand four data type in c language like int, char, float and double. I'm having a hard time understanding the struct data type. I understand that structure is used to store different type of variable
If int data type is written in front of a variable, it means that we can assign integer value in to variable. In the same way, if struct data type is written in front of a variable , then what does it mean?
I mainly understand four data type in c language like int, char, float and double. I'm having a hard time understanding the struct data type. I understand that structure is used to store different type of variable
If int data type is written in front of a variable, it means that we can assign integer value in to variable. In the same way, if struct data type is written in front of a variable , then what does it mean?


