I'm trying to create an array of structs. Is the code below valid? ... Try this: Customer customerRecords[2] = {{25, "Bob Jones"}, {26, "Jim Smith"}}; ...
www.google.com.tw