1
Answer

sum two strings without casting


sum 2 strings
 
string s="1234566633434"
 
string s2="8934343433"
 
need to sum it without casting 
 
only in string
 
How to do it
thanks

Answers (1)