#include <stdlib.h>
#include <string.h>
#include <stdio.h>
int main() {
char *h
= malloc(3 * sizeof(char)); h[0] = 'h';
h[1] = 'e';
h[2] = 'y';
printf("the string is %d characters long\n", len
); return 0;
}
I2luY2x1ZGUgPHN0ZGxpYi5oPiAKI2luY2x1ZGUgPHN0cmluZy5oPiAKI2luY2x1ZGUgPHN0ZGlvLmg+IAppbnQgbWFpbigpIHsgCgljaGFyICpoID0gbWFsbG9jKDMgKiBzaXplb2YoY2hhcikpOyAKCWhbMF0gPSAnaCc7IAoJaFsxXSA9ICdlJzsgCgloWzJdID0gJ3knOyAKCWludCBsZW4gPSBzdHJsZW4oaCk7IAoJcHJpbnRmKCJ0aGUgc3RyaW5nIGlzICVkIGNoYXJhY3RlcnMgbG9uZ1xuIiwgbGVuKTsgCglmcmVlKGgpOyAKCXJldHVybiAwOwp9Cgo=