1.

What Is An Array In People Code?

Answer»
  • An array is a collection of data storage locations, each of which holds the same type of data.
  • The maximum depth of a PeopleCode array is 15 dimensions.
  • Push and UnShift are the FUNCTIONS of the array used to add the ELEMENTS into the array one from the END of the array and one from the BEGINNING.
  • Pop is a function of array used to select and delete an element from the end of the array.



Discussion

No Comment Found