Is data structure a data type?



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

Post New Answer

More Data Structures Interview Questions

What is a matrix? Explain its uses with an example

1 Answers  


How to show internal storage representation of data structure in RDBM?

1 Answers  


What is the best case time complexity of bubble sort?

1 Answers  


Write program for Quick sort ?

1 Answers  


What are the advantages of modularity?

1 Answers  


Can hashmap store null values?

1 Answers  


What is complete binary tree in data structure?

1 Answers  


What is an recursive algorithm?

1 Answers  


Which language is best for learning data structures and algorithms?

1 Answers  


How does max heap work?

1 Answers  


What are the types of sorting?

1 Answers  


Can a hashmap have duplicate keys?

1 Answers  


Categories