answersLogoWhite

0

A complex data structure is the kind of structure that has two arrays. One array hols the real part of the complex data and the other array holds the imaginary part.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the most complex structure in the body?

Most Complex Structure in the Universe is Your Brain


What are the subject-matters of data structure?

types of data structure types of data structure


How do you amend a data structure?

How do you amend a data structure?


The need for complex data structures?

Explain the need for complex data structures


What is Data dependence in file based system?

Data dependence in a file-based system refers to the reliance of application programs on the physical structure and organization of data files. This means that any change in the data format or structure (such as adding a new field) necessitates corresponding changes in all applications that access that data, making maintenance complex and error-prone. This tight coupling can lead to challenges in data management, consistency, and scalability, as each application must be specifically tailored to the underlying data structure.


What is the difference between allocation and search data structure?

difference between serch data structure and allocation data structure


What is the structure is Maya?

they had very complex structure


What is the weakness of Data structure diagram?

weakness of data structure diagrams


What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array


How do you copy only structure and not data?

To copy a structure you simply allocate the amount of memory required to store the structure. For simple data structures like arrays that's all you need to do (leaving the memory uninitialised or set to some default value such as zero). But for complex structures like lists, trees and graphs, you need to recreate the links between the nodes within the allocated memory. If the original structure is not allocated in contiguous memory, this can be more trouble than it is actually worth. A simpler approach would be to rebuild the structure one node at a time, using the node's default value for the data. This can be simplified further by separating the data from the structure, so that the structure simply refers to the data rather than stores the data.


What database model was developed to improve on the hierarchical model and deal with more complex relationships?

The network database model was developed to improve on the hierarchical model by allowing more complex relationships among data entities. Unlike the hierarchical model, which organizes data in a tree-like structure, the network model enables multiple relationships between data points through a graph structure, allowing for many-to-many relationships. This flexibility makes it better suited for applications requiring intricate data interconnections.


Which data structure used in database?

You create your own data structure in database.