/* This program copies a character array into a given array */
// this program uses 4 char ptrs
// copy ptr to other char
// convert a string to char [] and also set char ptr

#include...