Create A Structure For An Employee Which Contains A Field For: First Name, Last Name, Id And Salary. Then Use Printf And Scanf To Fill The Structure. (Hint, You’ll Have To Use Strcpy) 5) Make A Counter Using A For Loop That Counts From 0 To 200 In Increm.
4) Create a structure for an employee which contains a field for: first name, last name, id and salary. Then use printf and scanf to fill the structure. (Hint, you’ll have to use strcpy) 5) Make a counter using a for loop that counts from 0 to 200 in increments of 5. 6) Make a counter using a for loop that counts down from 200 to 0. 7) Create an array with 10 numbers, then print out each element plus the next element in the array. Note for the last element there will be no next element so there is no need to add to that element.