KwickClips C · 41 sec · free
What are the four parts of a definition?
Short answer. Return type, name, parameters, body.
What does add(4, 5) return?
9.
Remember
| Define: type, name, inputs, body |
| Call: name with values |
How do you make your own function in C? We define add with a return type, name and two parameters. Main calls add of four and five. It returns nine. Remember two things. Define it with type, name, inputs and body. Call it by name.
This clip is from the full lesson: Functions in C: Call by Value and Call by Reference — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: GSEB Std 10 Computer Studies, Programming All levels C, Programming All levels C, Programming All levels C
More KwickClips from this lesson
Does a prototype have a body?42 sec
Which call changes x and y?43 sec
How many values can return send?37 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

