if i want cin 12345678910 and cout abcdefghij.
so how can i create the program?.
example : if i key in 8910 so the answer is ghij.
Answer Posted / archana
U can Use switch case for this
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between global variables and static varables?
What are the differences between the function prototype and the function defi-nition?
Can I learn c++ in a week?
What is the best free c++ compiler for windows?
How does list r; differs from list r();?
What is the difference between containment and delegation?
What is size of string in c++?
why is c++ called oops? Explain
What are stacks?
Why ctype h is used in c++?
What are the defining traits of an object-oriented language?
What is an accessor in c++?
What are arrays c++?
Which should be more useful: the protected and public virtuals?
Explain deep copy?