PDA

View Full Version : Declaration are Definition are the function in c++ May 2011



Vuhelper
05-30-2011, 03:20 PM
http://t0.gstatic.com/images?q=tbn:ANd9GcQmThju-GdAAx1fFlRVN6qL0iVguo0iSimOgW9GUuGnwIORCvcs

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 .