C programming–No grid needed but allow the user toinput their name.
Write a C program to calculate salary raise for employees If salary is between If salary is between If salary is greater than $ 0 < $ 30000 the rate is 7.0% $ 30000 <-$ 40000 the rate is 5.5% $40000 the rate is 4.0% You are to use appropriate functions and pass parameters for this program. Please include at least one function
OR
OR