Array type char[] is not assignable [duplicate] April 27, 2023 by Tarik You can’t assign to an array, only copy to it. Use strcpy instead, like strcpy(word, "Jump");