I am trying to print a char array with an * between each character. I am getting my input from the user and since I can not determine the length of the string I am unsre how to output the string with the correct number of astricks.
any help is greatly appreciated




Reply With Quote