Write a complete C program that reads 55 salaries from a file called “salaries.txt”. Your
program should store the salaries in an array of double values. Then you should send the
array to a function called raiseSalaries which will give a raise to each salary based on the
following rules:
1...