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.
I use a AT89S52 and programming with KEIL C51.How can I implement a look-up table for string ? My array example : array[0] = "ABC" array[1] = "Hello" array[2] = "Good morning" array[3] = "Good night"
This is a plain, standard, basic 'C' programming issue - nothing specifically to do with Keil. Try a 'C' textbook. My array example : array[0] = "ABC" array[1] = "Hello" array[2] = "Good morning" array[3] = "Good night" Yes, fine - where's the problem?