Question: C Programming Write a program to declare a structure called Employee that has an integer field id and an integer field age. In main program
C Programming
Write a program to declare a structure called Employee that has an integer field id and an integer field age. In main program create one Employee variable. Write a void function that gets the address of the Employee variable. The body of the function must read values from the keyboard and populate the fields of that structure variable with the values read.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
