1
Answer

sum two strings without casting

mohammad qasim

mohammad qasim

12y
2.1k
1

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)