I need help with the syntax for the malloc function, I'm trying to write this code and everything seems to be working fine apart from one warning message. So I've written:
double *a;
double *b;
a...