0_0_36878674_1539.cpp: In function 'bool isPalind(char*)':
0_0_36878674_1539.cpp:6:20: error: 'strlen' was not declared in this scope
int len = strlen(c);
^
0_0_36878674_1539.cpp: In function 'int main()':
0_0_36878674_1539.cpp:21:23: error: 'strcmp' was not declared in this scope
if (strcmp(ch,"STOP")==1)
^
|