Why does C++ return 0 and Visual C++ return 1 when I execute this program? Why the difference if they are both MS products? #include <iostream> using namespace std; void main() { cout<<"123"<="89"<<endl; } Thanks for the help!!!!!!!!