Answer Posted / jarke
Data structure is an organized way of storing and
retrieving data or information that includes different
methods like queues,stack,link list,tree etc.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How many main () function we can have in a project?
write a progrmm in c language take user interface generate table using for loop?
Why ca not I do something like this?
What is static identifier?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
c language interview questions & answer
What does nil mean in c?
Why do we use return in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Sir i need notes for structure,functions,pointers in c language can you help me please
Can a file other than a .h file be included with #include?
What is difference between array and pointer in c?
What is the explanation for cyclic nature of data types in c?
Explain can you assign a different address to an array tag?