STRUCTURES
4 programming challenges to help you master the fundamentals of C LANGUAGE.
1
Create structure of employee which there is emp.ID, name, designation of 50 employees from user, print details in tabular form ?
2
Create structure of employee which there is emp.ID, name, designation of 50 employees from user and print only name of the employee ?
3
Create structure of employee which there is emp.ID, name, designation of 50 employees from user and print name character with emp.ID in tabular form ?
4