• Error : non-address/-constant initializer
    Why below line of code is not compiling successfully? const unsigned char *a[]={ "Hello", "Hi" }; const unsigned char *b[]={ a[0], a[1] };
  • Error : non-address/-constant initializer
    Why below line of code is not compiling successfully? const unsigned char *a[]={ "Hello", "Hi" }; const unsigned char *b[]={ a[0], a[1] };
  • ERROR 247 "non-address/-constant initializer"
    Hi there, I'm using the C51 compiler version 5.5. I'm trying to use the following construct: #define SYSPTR_LOCAL_CODE 0x40 #define MM0MNDEF_BANK 0x02 const char Str[] = "STRING"; typedef...
  • ERROR 247 "non-address/-constant initializer"
    Hi there, I'm using the C51 compiler version 5.5. I'm trying to use the following construct: #define SYSPTR_LOCAL_CODE 0x40 #define MM0MNDEF_BANK 0x02 const char Str[] = "STRING"; typedef...
  • How initialize an array with non-constant variables in c?
    hi to all sorry but i did not have any option. i know this is not the proper forum for this question but i struck very badly.please suggest any way. not google i done that already any alternate...