Feedback for CLB049 problem

Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone

Feedback

I seem to have written everything correct in the code… but the error again and again is saying that:
error: subscripted value is neither array nor pointer nor vector
6 | word[ 1 ]= ‘x’;
| ^
Pls help me overcome this error…

@jade764
can u send your code.