Page 1 of 1

C++ program The value of string y after executing function strcat(y,x) on the following strings is .....................

Posted: Thu May 26, 2022 9:36 am
by answerhappygod
C++ program
The value of string y after executing function strcat(y,x) on the following strings is ......................
char x[]="Hello";
char y[]="C++";