Write the program with at least two functions to solve the
following problem. The members of the board of a small
university are considering voting for a pay increase for
their 10 faculty members. They are considering a pay
increase of 8%. Write a program that will prompt for and
accept the current salary for each of the faculty members,
then calculate and display their individual pay increases.
At the end of the program, print the total faculty payroll
before and after the pay increase, and the total pay
increase involved.
No Answer is Posted For this Question
Be the First to Post Answer
can we execute the program with the object file
convert 0.9375 to binary
Explain what is the difference between text files and binary files?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is the purpose of realloc()?
What are structural members?
What is difference between Structure and Unions?
difference between semaphores and mutex?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
What is the most efficient way to count the number of bits which are set in a value?
write a program for even numbers?