What is the difference b/w Structure & Array?

Answer Posted / basri zuber a

array is collection of similer datatype.structure is
collection of diffrent diffrent data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union in c programming?

802


What is difference between array and structure in c?

810


Why ca not I do something like this?

806


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

880


What is #define size in c?

874


What are # preprocessor operator in c?

888


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3603


What is wrong with this initialization?

794


What is define directive?

877


Is c a great language, or what?

870


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1601


What is the difference between single charater constant and string constant?

870


How can I make sure that my program is the only one accessing a file?

967


Can you return null in c?

885


Why can't I perform arithmetic on a void* pointer?

842