Function's in C with Exercises and Solutions

Function is a self-contained block of statement that perform a coherent tasks. using function  we can divide a large program into the basic building blocks.
    
For more details click on the below link:



There are many functions we have already used before in our C program's such as- printf(), scanf(), pow(), sqrt() and most important function is main().




There are two types of function's in C:



If you think above examples are helpful, then don't forget to share it with you friends and if you have any doubts then drop a comment in the comment section given below.

No comments:

Post a Comment

If you have any doubts, please discuss here...👇