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

15. November 2009 by Jishnu
Categories: C Programming | Tags: | Leave a comment

← Older posts