Guest_imported
New member
- Jan 1, 1970
- 0
how can I put a string value into a charactor array?
for example,
void main ()
{
string A="hello";
char B[10];
// now I want to put A into char B;
}
tthankx in advance.
for example,
void main ()
{
string A="hello";
char B[10];
// now I want to put A into char B;
}
tthankx in advance.