Doopera interview question

What is Array and String?

Interview Answer

Anonymous

Nov 12, 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".