Answer Posted / irfan ullah(pak)
Data structure is an organization of data in computer memory to minimize memory wastage and improve processing speed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between char array and char pointer?
What is return type in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is the size of a union variable?
Does c have function or method?
What is const and volatile in c?
What is the ANSI C Standard?
What is the most efficient way to store flag values?
How can I remove the trailing spaces from a string?
What is zero based addressing?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How will you delete a node in DLL?
Explain 'bit masking'?
What is the purpose of 'register' keyword?
What is a structure and why it is used?