this assign on buf correct for a CPP compiler?
Should be. You can't just try it?
That is correct I guess
looks very cursed
char buf[6]; strcpy(buf, "hello");
Why not char buf[6] = "hello";
I think this is the propper way, buy I want to know if: buf = "hello"; Is valid for CPP compiler.
Well did you try to compile it?
Обсуждают сегодня