I'm trying to assign values from an array containing all strings to an array of structs, where some of the struct members are integers. The way I've attempted it causes some undefined behavior, though. Like the code below generates the following:I'm trying to assign values from an array conta