Tag Archives for Pointer to Structure
program to use a pointer as a member of structure and print the value of members
#include<stdio.h> main( ) { struct rec { char *name; int *age; int *sal; } … Continue reading
#include<stdio.h> main( ) { struct rec { char *name; int *age; int *sal; } … Continue reading