Tagged Questions

4
votes
2answers
44 views

Why do these two programs give different outputs in VC++2008?

Why do these two programs give different outputs in VC++2008? After all, the same strings are compared. strcmp__usage.c #include <stdio.h> #include <string.h> main() { char ...