1 2 3 4 5 6
#include <stdlib.h> /* using ANSI C standard libraries */ main() { char *string_ptr; string_ptr = malloc(80);