#include #include #include void main() { double *a; int m = 5; if ( (a=(double *)malloc(m*sizeof(double))) == NULL ) assert(0); }