{{{ void main() { int n=3,m=4; int i; char **p; p=(char **)malloc(n*sizeof(char *)); for (i=0;i