Is data structure a data type?
Answer / Ram Sukh
Data structures are not data types in a strict sense, but rather ways to organize and manipulate data. Data types, such as integers, strings, or booleans, are fundamental building blocks that can be used to create more complex data structures.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a matrix? Explain its uses with an example
How to show internal storage representation of data structure in RDBM?
What is the best case time complexity of bubble sort?
Write program for Quick sort ?
What are the advantages of modularity?
Can hashmap store null values?
What is complete binary tree in data structure?
What is an recursive algorithm?
Which language is best for learning data structures and algorithms?
How does max heap work?
What are the types of sorting?
Can a hashmap have duplicate keys?