difference between function & structure

Answer Posted / geta

FUNCTION:-FUNCTION IS A COLLECTION OF SIMILAR DATA TYPES.

STRUCTURE:-STRUCTURE IS A COLLECTION OF DIFFERENT DATA TYPES

Is This Answer Correct ?    13 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pragmas and what are they good for?

569


What do the functions atoi(), itoa() and gcvt() do?

722


Does c have function or method?

585


Is r written in c?

722


How can I discover how many arguments a function was actually called with?

628






Explain how are 16- and 32-bit numbers stored?

781


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1176


Can we declare function inside main?

562


Explain spaghetti programming?

682


Why isn't any of this standardized in c? Any real program has to do some of these things.

621


Explain what is the difference between the expression '++a' and 'a++'?

623


Is main a keyword in c?

626


Why flag is used in c?

651


Which is more efficient, a switch statement or an if else chain?

575


What is the explanation for cyclic nature of data types in c?

642