Solution Review: Anonymous Struct
This lesson discusses the solution to the challenge given in the previous lesson.
We'll cover the following...
We'll cover the following...
In the code above, look at line 4, where we declare a struct of type C. It has three fields. The first field is a named field x of type float32. The second and third ...