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
What is signed and unsigned?
Which one would you prefer - a macro or a function?
What is c variable?
Write a program in C to reverse a number by recursive function?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
String concatenation
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
what is the format specifier for printing a pointer value?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Can we replace the struct function in tree syntax with a union?