Define function ?Explain about arguments?
Answer Posted / prashant
Function means to do something within one procedure
everything is predefine in function.
Arguments means what we want to pass while calling that
function.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to draw the flowchart for structure programs?
What does 3 mean in texting?
What is a macro, and explain how do you use it?
Explain the difference between the local variable and global variable in c?
Write a program to reverse a given number in c?
What is integer constants?
What is pre-emptive data structure and explain it with example?
What is substring in c?
How a string is stored in c?
Is null a keyword in c?
Is this program statement valid? INT = 10.50;
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the use of function overloading in C?
Explain what are run-time errors?
What is maximum size of array in c?