Recent content by AmalMadina

  1. A

    C programming question

    The question ask for the code of c program
  2. A

    C programming question

    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...