We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Why below line of code is not compiling successfully? const unsigned char *a[]={ "Hello", "Hi" }; const unsigned char *b[]={ a[0], a[1] };
Was that code purely for the sake of illustration?
If not, what are you actually trying to achieve?
If you explain what you are actually trying to achieve, people may be able to suggest better ways to get there...