#include #include #include typedef struct{ int sn; char *name; }student; student *std; int n=0; void inputd(student *std) { if(nsn); (std+n)->name=(char*)malloc(sizeof(char)); printf("Input Name:"); scanf("%s",(std+n)->name); n++; } else { printf("memory full\n"); } } void outd(student *std) { int a; for(a=0;asn,(std+a)->name); } } void main() { int a; std=(student *)malloc(sizeof(student)*3); w..