Mega Code Archive
Categories
/
C++ Tutorial
/
Structure
Array of structures
#include
#include
#define Length 5 struct Employee { char title [50]; int year; } employee [Length]; void printemployee (Employee employee); int main () { char buffer [50]; for (int n=0; n