LLD - Advanced LLD Concepts
Identify the error in this code snippet related to immutability:
const int[] data = {1, 2, 3};
data[0] = 10;const int[] data = {1, 2, 3};
data[0] = 10;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions