#include <stdio.h>

int main() {
    char name[] = "hello";
    for(int i = 0; i<=len(name[]);i++){
        printf(name[i]);
    }
}