CPP-077: A C++ Program to illustrate an example of structures.
CPP-078: A C++ Program to illustrate passing structures to function.
CPP-079: A C++ Program to illustrate pointers, structure and passing structure pointers to function.
CPP-080: A C++ Program to illustrate pointers and an array of structure.
CPP-081: A C++ Program to illustrate the relationship b/w union and structure.
CPP-082: A C++ Program to illustrate an array of structure.
CPP-083: A C++ Program to illustrate the use of nested structures.
CPP-084: A C++ Program to illustrate self-referential structures i.e. Linked List.