Answer Posted / baskar.m
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.
what does data structure mean?
Answer
# 3 every group of element be arranged in either
mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to get string length of given string in c?
int i=10; printf("%d %d %d", i, i=20, i);
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Can you tell me how to check whether a linked list is circular?
What is memory leak in c?
What is the purpose of void in c?
What are the three constants used in c?
Explain what is the concatenation operator?
writ a program to compare using strcmp VIVA and viva with its output.
what are bit fields? What is the use of bit fields in a structure declaration?
What are the different file extensions involved when programming in C?
What is build process in c?
Can you add pointers together? Why would you?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What do mean by network ?