O.K. say i have a char array but i do not know how many characters are going to be inputed from the user. Is there a way that i can declare an array and then edit how many places i need on the fly? Also say i declare an array say....char mychar[10]; ......but come to find out that for some reason i need to have an extra place for something. Is there a way that i can stuff something in it?

Thanks!