ISDigitThe problem with the following code is that both the if and else statements get executed for every c...
Longest prefix of a string.Given a string containing symbols '<' and '>' I need to find the longest prefix string.e.g. <<>> gi...
Dynamic char array in c++So, if I previously used char e[10], how would I declare string and what can be the length of each s...
Dynamic char array in c++I have to input an expression(without space) e.g. <><>>>><<<<. Currently I am doing it with char e[1...
Converting string to integer array in C++For Example, it the entered string is: 0324152397 I want it to get stored in an array like-[0] [3]...
This user does not accept Private Messages