int fact (int n) {
Is this a way a function starts in C++ ?
Printable View
int fact (int n) {
Is this a way a function starts in C++ ?
I meant to say
Isnt Not :
function fact (int n) {
Functions in C or C++ are do not use a "function" keyword.
--
Mats
Ok
So, It starts with what it returns type ?
Cool.
Understood.