what is data structure?

Answer Posted / anandshan01

A data structure is particular way of storing and
organising data in a computer so that it can be
efficiently...

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is variable in c example?

590


What is the condition that is applied with ?: Operator?

654


How #define works?

607


Here is a neat trick for checking whether two strings are equal

558


What is a program flowchart and explain how does it help in writing a program?

662






Tell me what is the purpose of 'register' keyword in c language?

610


why we wont use '&' sing in aceesing the string using scanf

1777


What is sizeof array?

600


What is a function simple definition?

608


What is type qualifiers?

652


How can I do graphics in c?

586


What are the advantages of the functions?

600


What is a built-in function in C?

782


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774


Explain about the functions strcat() and strcmp()?

596