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
What is a node in c?
How many types of errors are there in c language? Explain
how to build a exercise findig min number of e heap with list imlemented?
How can I remove the trailing spaces from a string?
Explain how can I manipulate strings of multibyte characters?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is New modifiers?
What are pointers?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Explain what is the heap?
What is the use of a ‘ ’ character?
Explain how do you sort filenames in a directory?
What does %c mean in c?
write an algorithm to display a square matrix.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?