How to do an array composed of structures? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to do an array composed of structures?

Pls help, does anyone knows how to do an array made up of structures?

17th Nov 2017, 3:49 PM
Diego
2 Antworten
0
assuming this is a C/C++ question, you can do it like: struct structure_name variable_name[size];
19th Nov 2017, 7:40 PM
Sushant Kulkarni
Sushant Kulkarni - avatar
0
Thank you!!!!
19th Nov 2017, 7:42 PM
Diego