Hii I am a beginner of C++ programming environment. My question: Suppose there is a array..and the contents of the array="ironman" Now, i need to insert some additional character to this string like "i*r%o#n@m^a!n" Also i need to reversely generate the original contents. That means from "i*r%o#n@m^a!n" to "ironman".. Also i have one constraint, i cannot use much of library function..i can use loop only. Thanks in Advance !!
P
Parag Bhuyan
@Parag Bhuyan