Question: C language to complete the code of the below question. The incomplete code is below: You are asked to sort a list of floating point
C language to complete the code of the below question.


The incomplete code is below:




You are asked to sort a list of floating point numbers in descending order. Output the results of heaplification, and the results of the heap after each delete_max(). Your program should read the input from the file, and output the answer to another file. The first argument is the input file name, while the second argument is the output file name. Name your program as lab7-q3.c. Hint: Reuse the code in question 1. Input file: First line shows an integer n (0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
