0
The compiler will try to find your functions in specified namespace. For example, if you write "using namespace std", you don't have to write std:: before cin/cout/etc.
4th Oct 2016, 9:49 PM
A A