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
Where in memory are my variables stored?
What's a good way to check for "close enough" floating-point equality?
Which is better malloc or calloc?
What does emoji p mean?
What are the functions to open and close file in c language?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Why can’t we compare structures?
What is void c?
What is meant by recursion?
What is ambagious result in C? explain with an example.
What are formal parameters?
Can we access array using pointer in c language?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Is javascript based on c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?