4
Good night, you guys. I am a beginner in programming and have two questions:
When a double array is maintained in C#, each position of the array starts-without as null or zero?
Is there a method that returns the last BUSY position of an array? For example, I have an array of n positions and I want to insert one more element in this array in an ordered sequence, only such a position is unknown, i.e., I need to know somehow the subsequent position that is empty.