1
Answer

string program

Write a program for the following string 
1.Input string:"a + b %s  -c #d+f  &e"
Output string should be like this
output string:"{a,b,c} {d+e+f} "
 
2.Why JSON is light weight than XML?
 
3.Why we are using WEB API over WCF? 
Answers (1)