, example of defining structure. (in 'cpp')
Attachments:
Answers
Answered by
1
Answer:
The struct keyword defines a structure type followed by an identifier (name of the structure). Then inside the curly braces, you can declare one or more members (declare variables inside curly braces) of that structure. For example: struct Person { char name[50]; int age; float salary
Answered by
0
hello bro how are you doing today hope you are not good
Similar questions