Define function and write the advantage of function in brief ?
In c programming what do you mean by function and it's advantage can anyone tell me the exact answer in the comment section for (2+4) marks .
In c programming what do you mean by function and it's advantage can anyone tell me the exact answer in the comment section for (2+4) marks .
1 Answer
Shyam singh . 2 weeks ago
A block of code that performs a specific task and can be reused throughout the program is called function. Functions help in breaking a program into smaller, manageable parts.
Example