// C Programming#include <stdio.h>#define MAXN 100 // max characters in a group/concert name#define MAXG 50 // max concerts/groups#define MAXC 3 // max categorieschar group [MAXG][MAXN];int fans [MAXG][MAXC];float prices [MAXC];float sales [MAXG];int count = 0;void printArray () { printf (“%15s%5s%5s%5s%10sn”, “Concert”, “s1”, “s2”, “s3”, “Sales”); for (int i = 0; i < count; i++) { printf (“%15s”, group [i]); for (int j = 0; j < MAXC; j++) { printf (“%5d”, fans[i][j]);
PayPal Gateway not configured
PayPal Gateway not configured