how would I write code line in C to
how would I write code line in C to:<br/><br/><br/>Modify the program to add a function to compute and display the total sales for all the concerts. C code below; #include <stdio.h> #define MAXN 100 // max characters in a group/concert name #define MAXG 50 // max concerts/groups #define MAXC 3 // max categories char group […]