Compare (strcmp)

Hello,

I have the following code:
1
2
3
4
const char* blaat = "@@BCN";
const char* hoi = blaat;

printf("%d", strcmp(blaat, hoi));

It returns 0!
How is this possable?

Kind regards,
CrossWind
Ah, I'm so stupid,

Thanks :-)
Topic archived. No new replies allowed.