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.
What is Function? Write a program to demonstrate any two string function using C.
0
September 07, 2021
Tags
If you have any doubt, let me know...