I am a C beginner. I just created a program that iterates over the length of a string that calls toupper() on each character.
My question: I want to create a copy of the original, translate that and then return a pointer to the translated copy... and I am having troubles.
Anyone up for helping?
Thanx.

