Hello, im not an inexpert guy programming and I need to do an application in c, that I declare using a structure 3or4 structures predefined. After that I need to sort this 3 or 4 strucutres “tasks” depends on the parameter of the priority in each structure. I would like to read the structures and then do a sort list with the ID of the task, but depending on the PRIORITY of each task. I don’t know how many pointers I should use.I understand...