Help me in solving CLB058 problem

My issue

i need solution

My code

#include <stdio.h>

int main() {
    
    String x[10];
    
    // Take user input in variable x
    _____("__", x);
    
    // Print greeting
    printf("Hello __", _);
}

Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC13/problems/CLB058