What is the difference b/w Structure & Array?

Answer Posted / sarayu

1_array is the collection of similar data items but
structure is the collection of dissimilar data items.

2.structure members are accesed only by structure
variables.on the hand of array that is no need.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why double pointer is used in c?

567


What are structure types in C?

670


c program for searching a student details among 10 student details

1656


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

725


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

604






can anyone suggest some site name..where i can get some good data structure puzzles???

1643


What is the heap?

686


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1791


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4905


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1907


Is c easy to learn?

561


What is boolean in c?

613


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1317


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2036


Combinations of fibanocci prime series

1114