Sponsored Links

Declaration and Definition are two different things . Declaration are the prototype of the function That include return type name and argument list to the function and Definition are the actually function code .Declaration of a function is also know as signature of a function .