Make vertexDegree a pointer, and use malloc() to allocate memory sufficient for an array of nbColours ints. Preferably store nbColours as a member of the struct, so you have a record of the...