``` C #include <stdio.h> int main(int argc, char * argv[]) { char string[] = "hello"; printf("[%s]\n", string = "hll"); return 0; } ```