what does data structure mean?

Answer Posted / dippi

data structure is a structure in which elements having
different datatypes can be kept

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you find the exact size of a data type in c?

601


Are the variables argc and argv are local to main?

789


Explain how can I write functions that take a variable number of arguments?

614


Explain the meaning of keyword 'extern' in a function declaration.

725


Are c and c++ the same?

627






Explain what’s a signal? Explain what do I use signals for?

611


Which node is more powerful and can handle local information processing or graphics processing?

829


What is hashing in c language?

615


How can you find out how much memory is available?

618


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

666


What are the different types of control structures?

586


What is ctrl c called?

598


Why is a semicolon (;) put at the end of every program statement?

628


Why we not create function inside function.

1749


Explain the difference between call by value and call by reference in c language?

647