I’ve an array of fixed size in C. There I might have any number (less than the array size) of useful element. Now I need only my useful element. So I’m thinking of using an end of array marker for integer array. First of all
a) Is this possible?
b) If possible, How?
I would take a slightly different approach