User Profile

Collapse

Profile Sidebar

Collapse
piyushnewe
piyushnewe
Last Activity: Mar 10 '10, 05:49 AM
Joined: Mar 9 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • piyushnewe
    replied to Printing Structure Element
    in C
    Thanks Banfa..

    You got the correct Question. Yeah I mean so.

    no work around ?? :(
    See more | Go to post

    Leave a comment:


  • piyushnewe
    started a topic Printing Structure Element
    in C

    Printing Structure Element

    I have structure. I am storing data in the below structure. But for some reason I would like to Print/Get Information of the Element of the EMPdata structure.
    Code:
    typedef struct
    {
       int empid;
       char empname[100];
       int dept;
       char date_join[15];
    } EMPdata;
    In other words I would like to PRINT the name of the elements of the Structure e.g. as below

    empid
    empname...
    See more | Go to post
No activity results to display
Show More
Working...