C++ program
The value of string y after executing function strcat(y,x) on the following strings is ......................
char x[]="Hello";
char y[]="C++";
C++ program The value of string y after executing function strcat(y,x) on the following strings is .....................
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am