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
What is a nested loop?
What is define directive?
Write a program to know whether the input number is an armstrong number.
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.
List the difference between a "copy constructor" and a "assignment operator"?
application attempts to perform an operation?
How can I change their mode to binary?
Explain what are bus errors, memory faults, and core dumps?
If errno contains a nonzero number, is there an error?
How do I convert a string to all upper or lower case?
Is there sort function in c?
What are the preprocessor categories?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
how to count no of words,characters,lines in a paragraph.
Explain is it valid to address one element beyond the end of an array?