What is the difference b/w Structure & Array?

Answer Posted / ashu_deepu

structure can hold different types of data as well as
functions.each member are referenced by .(dot) operator.

but array hold similar type of data type.we just use index
to accesss each element of the array.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1665


What is the acronym for ansi?

803


Why is c called "mother" language?

1054


What functions are used for dynamic memory allocation in c language?

846


List the difference between a 'copy constructor' and a 'assignment operator' in C?

846


What does char * * argv mean in c?

806


What is file in c language?

778


Apart from dennis ritchie who the other person who contributed in design of c language.

1086


What are different types of pointers?

778


What is a pointer in c plus plus?

915


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1835


How many types of arrays are there in c?

779


What is strcmp in c?

749


Explain spaghetti programming?

951


Write a program to print factorial of given number without using recursion?

775