Are dictionaries mutable?



Are dictionaries mutable?..

Answer / Suresh Nautiyal

Yes, in most programming languages (including Python), dictionaries are mutable. This means you can add, remove, or change the values associated with a key.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a pass in bubble sort?

1 Answers  


Which language is best for learning data structures and algorithms?

1 Answers  


Difference between abstract data type, data type and data structure?

1 Answers  


What method removes the value from the top of a stack?

1 Answers  


What is an example of an algorithm?

1 Answers  


What is the two-dimensional array?

1 Answers  


How many times is merge sort called?

1 Answers  


What is a map programming?

1 Answers  


Is array of data structure?

1 Answers  


Which list does not allow duplicates?

1 Answers  


Is hashmap a data structure?

1 Answers  


Can we use any class as map key?

1 Answers  


Categories