Good evening, everyone. I'm a beginner in programming and I have two questions:
When a double-array in C # exists, each array position starts as null or zero?
Is there a method that returns the last OCCUPIED position of an array? For example, I have an array of n positions and I want to insert one more element into this array in an ordered sequence, except that such a position is unknown, ie I need to know somehow the subsequent position that is empty.
li>