0_0_18451247_21821.cpp: In function 'void Inti(char*)':
0_0_18451247_21821.cpp:14:19: error: 'strlen' was not declared in this scope
int len=strlen(ch);
^
0_0_18451247_21821.cpp: In function 'int main()':
0_0_18451247_21821.cpp:34:22: error: 'strlen' was not declared in this scope
int i,len=strlen(ch);
^
|