Why my compiler(GCC) doesnt implicitly cast from char** to const char**?
char**
const char**
Thie following code:
#include vo
Because it might allow us to modify a constant value. Read here to understand why: http://c-faq.com/ansi/constmismatch.html