Where am i going wrong?[Recursively replace'pi' with '3.14']This is what i have to do- changePi("xpix") → "x3.14x" changePi("pipi") → "3.143.14" changePi("p...
Having a segmentation error related to arrays/stringsthanks man! That really cleared things up for me
Having a segmentation error related to arrays/strings@Chervil Thanks it worked but i still have a doubt about i=n-1 instead of n-2; suppose the array len...
Having a segmentation error related to arrays/stringsAll that is fine but as im new to c++ I want to build my own functions initially to get more pract...
Having a segmentation error related to arrays/stringsSo im trying to check whether two strings are permutations of each other...im doing it by bubble sor...