C++ program
The value of string x after applying strcpy(x, y) to the following two strings is .......................
char x[]="abcdef";
char y[]="GHIJ";
C++ program The value of string x after applying strcpy(x, y) to the following two strings is ....................... ch
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am