A function is a block of statements that performs a specific task. In c, we can divide a large program into the basic building blocks known as function. The function contains the set of programming statements enclosed by {}. A function can be called multiple times to provide reusability and modularity to the C program. In other words, we can say that the collection of functions creates a program. The function is also known as procedure or subroutine in other programming languages.
Home »
C programming
» What is Function? Write a program to demonstrate any two string function using C.
No comments:
Post a Comment
If you have any doubt, let me know...