Home > other >  Simple C language pointer
Simple C language pointer

Time:02-09

Consult, such as my char * pointer, the ability to point in the keil const char buf []={1, 2, 3, 4, 5... }; Or char code buf []={... }; This kind of array block? Thank you

CodePudding user response:

Can, but may require explicit type conversion

CodePudding user response:

Can point to the address of the array, the keil compiler also prompts the constant type problems
  • Related