filling character array with String
843785Nov 24 2008 — edited Nov 24 2008I have character array of size 50. I have a string p="abcdef"
I want to fill this String in char index ranging from 25-30(specific range).
Is there any method to do this?? Please suggest me