You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scanf("%m[^\n]", fileName); //Reads until it finds a \n
printf("Reading from: %s...\n", *fileName);
}
int menuTwo(void)
{
int option;
system("clear");
printf("\nWhat do you wanna do?\n[1] Print data in terminal. \n[2] Calculate Data Statics of first column.\n[3] Calculate Data Statics of second column.\n[4] Calculate Data Statics of third column.\n[5] Exit.\nAnswer: ");