Thread
:
How to copy char array to char array?
View Single Post
ganesh_don
Go4Expert Member
16Mar2007,14:31
Mr.shabbir i think we cant do so bcoz a[i] is an array of pointers(as declared by gohgss) and what arg[1][i] points to is a character we cant store a charater into a pointer variable.Sorry if iam wrong