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 array and pointer in c?
Why is struct padding needed?
What does main () mean in c?
What are # preprocessor operator in c?
State the difference between x3 and x[3].
What is c basic?
Explain what is a 'locale'?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the main difference between calloc () and malloc ()?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Explain what are multibyte characters?
What is string function c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
When should structures be passed by values or by references?