0_0_35379837_10548.cpp: In function 'int main()':
0_0_35379837_10548.cpp:14:16: error: 'strlen' was not declared in this scope
len1=strlen(a);
^
0_0_35379837_10548.cpp:18:13: error: 'strcp' was not declared in this scope
strcp(c,a);
^
0_0_35379837_10548.cpp:23:13: error: 'strcp' was not declared in this scope
strcp(c,b);
^
0_0_35379837_10548.cpp:41:12: error: 'println' was not declared in this scope
println();
^
|