what is difference between array and structure?

Answer Posted / uttam kumar das

array= array is collection of similar data items
structure= structure is a collection of dissimilar data
items

Is This Answer Correct ?    18 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to find the sum of five entered numbers using an array named number

1612


What is a structure in c language. how to initialise a structure in c?

595


Is array name a pointer?

593


Calculate 1*2*3*____*n using recursive function??

1505


What are 'near' and 'far' pointers?

605






Who invented b language?

903


Describe the order of precedence with regards to operators in C.

626


Can you subtract pointers from each other? Why would you?

550


How can I split up a string into whitespace-separated fields?

560


Write a Program to find whether the given number or string is palindrome.

604


Explain union.

629


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

759


Can 'this' pointer by used in the constructor?

603


What is enumerated data type in c?

613


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2398