Advertisement
Zinak

structure declaration

Dec 3rd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. struct person
  2. {
  3. char name[50]; //structure declaration
  4. int idNo;
  5. float address;
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement