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
C++ program
The value of string x after applying strcpy(x, y) to the following two strings is .......................
char x[]="abcdef";
char y[]="GHIJ";
The value of string x after applying strcpy(x, y) to the following two strings is .......................
char x[]="abcdef";
char y[]="GHIJ";