[Solved] Let’s talk about struct [closed]


This is an initialization of a static array of struct option elements. This structure will have four elements (char*, other, a pointer, and a character), and these are the values. Note the array is ended with a NULL value to prevent searchs throug it to pass beyond end, and note also how some constants relevant for the struct are used.

solved Let’s talk about struct [closed]