structure and pointer in c | how to use structure and pointer in c Smit Joshi #include<stdio.h> #include<conio.h> struct employee { char name [ 20 ] ; char city [ 20 ] ; int salary ; } emp ,... Read More