Consider the following program:
#include int main(void) { char c[10] = "hello!"; char d[10] = {\'\\0\'}; sprintf (d, &