Hi All,
somebody told me this morning that the following is leagal.
char *a = "Hello wrold";
The memory is automatically allocated on the fly. Is this correct?
somebody told me this morning that the following is leagal.
char *a = "Hello wrold";
The memory is automatically allocated on the fly. Is this correct?
Comment