Describe dynamic data structure in c programming language?



Describe dynamic data structure in c programming language?..

Answer / Suraj Tripathi

Dynamic data structures in C are those where the size of the structure can change at runtime. Examples include arrays, linked lists, stacks, queues, trees, and graphs. Dynamic memory allocation is employed to create such structures by using malloc() and calloc(), or through pre-built libraries like libc or new/delete operators in C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1 Answers  


difference between i++* and *++i

6 Answers   IBM,


What is the use of getch ()?

1 Answers  


Is javascript written in c?

1 Answers  


What is the difference between fork() and vfork()?

2 Answers  


number of times a digit is present in a number

1 Answers  


what is diognisis?

1 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


What is #include conio h?

1 Answers  


How will you delete a node in DLL?

1 Answers   GrapeCity,


Categories