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
C++ program
The value of string y after executing function strcat(y,x) on the following strings is ......................
char x[]="Hello";
char y[]="C++";
The value of string y after executing function strcat(y,x) on the following strings is ......................
char x[]="Hello";
char y[]="C++";