

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This c++ program demonstrates the creation of a struct named 'record' to store a person's first name, last name, national identity card (nic) details, and height. The nic struct consists of three fields: field 1, field 2, and field 3. The main function initializes three record structures and compares their heights. If the heights are equal, it prints their details, including their nic numbers.
Typology: Exercises
1 / 2
This page cannot be seen from the preview
Don't miss anything!


C:\Documents and Settings\Administrator\My ... 2010\Projects\structure\structure\structure.cpp 1 #include
C:\Documents and Settings\Administrator\My ... 2010\Projects\structure\structure\structure.cpp 2