I wrote a simple program that takes a users information and displays it back to the user. For my char arrays I ran a forloop and initialized them to blank spaces(" "). I know that you can also initialize to ('\n') or NULL.
I just wanted to know what is the best option to use. Iv tested my program over and over again with special characters, blank spaces ect. Its display everything the way it should. I just wanted to know what is safer to use.