main() { char *p1=“name”; char *p2; p2=(char*)malloc(20); memset (p2, 0, 20); while(*p2++ =...
Difference between const char*ptr and char *const ptr please give detailed explaination with examples
Separate names with a comma.