Learn About Function Declaration and Definition in C++

In C and C++ programming language there are two parts of a function, Declaration, and Definition. Function Declaration is the combination of the return type of function, function’s name, and parameters in parenthesis.Function Definition is the body … Continue reading Learn About Function Declaration and Definition in C++