#include<stdio.h> main(int argc, char **argv) { char *ptr1; char **ptr2; char ***ptr3; char arr[10][10];...
Separate names with a comma.