Embedded Wednesdays: Characters.

This week Andrei gives an overview of the char type in the C language. C has some issues with character strings and Andrei goes into buffer overflow problems and missing terminators in the strcpy function. This a post that should be read all of the way through by all C programmers. Make sure you can spot the bugs in the code.

Read More