Question: Using C*** Write a program called HW1.c. In the program declare a union with a string variable for name and a float variable for salary
Using C***
Write a program called HW1.c. In the program declare a union with a string variable for name and a float variable for salary (like Lab3A). Also declare a struct with a string variable for name and a float variable for salary. Ask the user to input the names and salaries for both struct and union. Then display current values of name and salary in struct and union.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
