@simple-3OHIl5
•
Oct 26, 2024
Oct 26, 2024
1.5K
strange thing in VC++
i wrote the following code snippet in Visual C++ 6.0
#include "h1.h"
int main()
{
cout<<"\nHello \n";
printf("\nWelcome!!!");
return 0;
}
strange thing is that "welcome" gets displayed first and...