0_0_27522914_32096.cpp: In function 'int main()':
0_0_27522914_32096.cpp:26:25: error: 'strlen' was not declared in this scope
int len=strlen(s);
^
0_0_27522914_32096.cpp:39:46: error: 'strcpy' was not declared in this scope
strcpy(na[++num].str,str1);
^
|