Doopera interview question

What is Array and String?

Interview Answer

Anonymous

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".