declaration vs. definition cpp

C++
\\this is the declaration
int declaration();

\\this is the definition
int definition = 0
Source

Also in C++: