Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
estructura S{ int a; float b; char e; // and other possible data types } S element // this creates a element of type S, that will have three fields ... a int field, a float and a char field ... that can be accesed like this: S.a=3 S.e='4' S.b=8.3
1st Apr 2017, 12:46 AM
Ciprian
Ciprian - avatar