Page 1 of 1

C++ program The value of string x after applying strcpy(x, y) to the following two strings is ....................... ch

Posted: Thu May 26, 2022 9:55 am
by answerhappygod
C++ program
The value of string x after applying strcpy(x, y) to the following two strings is .......................
char x[]="abcdef";
char y[]="GHIJ";