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 |
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
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
difference between i++* and *++i
What is the use of getch ()?
Is javascript written in c?
What is the difference between fork() and vfork()?
number of times a digit is present in a number
what is diognisis?
what is the difference between definition and declaration? give me some examples.
What is #include conio h?
How will you delete a node in DLL?