Computer Science, asked by avesss, 12 hours ago

, example of defining structure. (in 'cpp')​

Attachments:

Answers

Answered by palakachandrika4
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 singhparampal96
0

hello bro how are you doing today hope you are not good

Similar questions