Define function ?Explain about arguments?
Answer Posted / cguru
A function is a procedure to solve a given task.
Arguments are parameters which are specified in the function
header.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
How do I get an accurate error status return from system on ms-dos?
Is it possible to have a function as a parameter in another function?
How to get string length of given string in c?
Explain what is a stream?
What does stand for?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How would you obtain the current time and difference between two times?
Explain how can I open a file so that other programs can update it at the same time?
How are strings stored in c?
What is the difference between malloc() and calloc()?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the purpose of main() function?
What is structure and union in c?
in iso what are the common technological language?
What are reserved words?