PROGRAMING
In C programming language structure known as container for various type variable. We can store int float character variable together in structure. Structure should be declare by struct keyword.
struct empDetails
{
int emp_id;
char emp_name[50];
char birth_date[20];
}
struct empDetails emp1;
Read what excites, achieves and moves us Read what excites, achieves and moves us