Top Categories
Functions in C++ Programming | Part - 1
- Category:
- Sub Category:
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.