C++ Function Prototype (declaration)

C++ Function Prototype (declaration)
If a user - defined function is defined after main () function, compiler will show error. It is because compiler is unaware of user-defines function, types of argument...