C – Functions
A function in C Language is an organized block of reusable code, which avoids repeating the tasks again and again. If you want to do a task repeatedly in a code, then just make a function, set the task in it, and call the function multiple times whenever you need it.
Create and call a Function
To create a function in C language, set the name of the function followed by parentheses:
0 comments:
Post a Comment