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...


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



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here