Create a library named programmerwhich describes a software programmer using the following properties. -FName: the programmer's first name(a string of 25 characters max)
-LName: the programmer's last name (a string of 25 characters max)
-Years: the programmer's number of years of experience.
-Age: the programmer's age.-Gender: the programmer's gender ('M' or 'F').
Write a header file ‘programmer.h’ whichcontains user defined structure representing a programmer(programmer_t) and functions to accomplish the following tasks:
-Read a programmer's properties.
-Compare two programmers years of experience.
-Print a programmer's properties as follows
(example):
Name: Joe Smith
Age: 45years
Gender: M
Years of experience: 20 years
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here