Question d’entretien chez Doopera

What is Array and String?

Réponse à la question d'entretien

Utilisateur anonyme

12 nov. 2024

Array: A collection of elements (like numbers, strings) stored in a specific order. Example: [1, 2, 3]. String: A sequence of characters used to represent text. Example: "Hello".