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 is a nested loop?

845


What is define directive?

846


Write a program to know whether the input number is an armstrong number.

879


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2851


List the difference between a "copy constructor" and a "assignment operator"?

763


application attempts to perform an operation?

1706


How can I change their mode to binary?

883


Explain what are bus errors, memory faults, and core dumps?

1005


If errno contains a nonzero number, is there an error?

1020


How do I convert a string to all upper or lower case?

848


Is there sort function in c?

775


What are the preprocessor categories?

805


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1025


how to count no of words,characters,lines in a paragraph.

4128


Explain is it valid to address one element beyond the end of an array?

930