Define function ?Explain about arguments?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is c language in simple words?
Describe advantages and disadvantages of the various stock sorting algorithms
What is strcpy() function?
difference between c and c++
How do you use a pointer to a function?
Is anything faster than c?
What is the difference between c and python?
what are the different storage classes in c?
What is the difference between array and pointer in c?
What is the difference between a free-standing and a hosted environment?
How can I handle floating-point exceptions gracefully?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?