greetings all...
I have the following declarations
char *msg[] = {"Hello world..."};
long year = 2002;
and want to have
*msg = "Hello world 2002...";
how do I do it? mixing char and long?
really can't understand this one =( My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
I have the following declarations
char *msg[] = {"Hello world..."};
long year = 2002;
and want to have
*msg = "Hello world 2002...";
how do I do it? mixing char and long?
really can't understand this one =( My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work