Example of structure definition in C language

Example of structure definition in C language

The Structure of C Language

struct student{
   char name[30];
   int age;
   float tall;
}s;
Source:w‮‬ww.lautturi.com
Created Time:2017-08-29 04:32:23  Author:lautturi