|
|
|
|
|
|
one ena();
is a function declaration. You're declaring that there is a function ena that returns an one object and takes no parameters.one ena();
is the prototype for a function called 'ena' which takes no arguments and returns an object of type 'one'.