#include #include int main ( void ) { char *title=NULL; title = (char *) malloc(15); strcpy(title, "C Programming");