Friday, August 8, 2014

Structures and Functions In C Programming

A structure is passed to a function just like any other variable,for example:
          print_emp(empl);

No comments: