What is advantage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is diffrance between declaration and defination of a variable or function
WHO WROTE C LANGUAGE?
what does static variable mean?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What is the difference between %d and %i?
Which header file is used for clrscr?
what is function pointer?
Are there any problems with performing mathematical operations on different variable types?
convert 0.9375 to binary
In a header file whether functions are declared or defined?
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
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.