0_0_1113494_4219.cpp: In function `int main()':
0_0_1113494_4219.cpp:17: error: cannot convert `char (*)[10]' to `char*' for argument `1' to `char* strcpy(char*, const char*)'
0_0_1113494_4219.cpp:21: error: incompatible types in assignment of `char' to `char[10]'
0_0_1113494_4219.cpp:31: error: incompatible types in assignment of `char' to `char[10]'
0_0_1113494_4219.cpp:35: error: cannot convert `char (*)[10]' to `const char*' for argument `1' to `int strcmp(const char*, const char*)'
|