Okay, so I want to save a word in a char array but it gives me a error
Here\'s my code
#include #include #i
class = "Ranger";
should be
strcpy(class,"Ranger");
Fix the same in all the places. char arrays are not assignable