Answer Posted / rose
An organization of information, usually in memory, for
better algorithm efficiency, such as queue, stack, linked
list, heap, dictionary, and tree, or conceptual unity, such
as the name and address of a person. It may include
redundant information.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is linear search?
Explain what are the advantages and disadvantages of a heap?
Explain how do you determine whether to use a stream function or a low-level function?
what is the structure pointer?
what are bit fields in c?
What are the advantages and disadvantages of c language?
What is zero based addressing?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is a function simple definition?
Explain what is the difference between functions abs() and fabs()?
What is the use of parallelize in spark?
How do you initialize pointer variables?
What is the scope of global variable in c?
Write programs for String Reversal & Palindrome check
Is it possible to execute code even after the program exits the main() function?