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
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Differentiate between static and dynamic modeling.
What is malloc and calloc?
c program to compute AREA under integral
How do we print only part of a string in c?
How can I delete a file?
What is modifier & how many types of modifiers available in c?
What are register variables in c?
What is typedef example?
What are the difference between a free-standing and a hosted environment?
Explain what is the difference between a string and an array?
Can we declare variable anywhere in c?
What are formal parameters?
How can you find the exact size of a data type in c?
What is the best organizational structure?