Functions in C++ Programming | Part - 1
Definition : A function in C++ is a group of program statements with a unique name that perform a specific task. Functions are used to provide modularity & reusability to a program.
Definition : A function in C++ is a group of program statements with a unique name that perform a specific task. Functions are used to provide modularity & reusability to a program.