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
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the difference between the parameter to a template and the parameter to a function?
What is the hardest coding language to learn?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What are default parameters? How are they evaluated in c++ function?
Is there structure in c++?
Which is most difficult programming language?
What is the difference between structure and class?
What are the various storage classes in C++?
What would happen on forgetting [], while deallocating an array through new?
What is a memory leak c++?
Is eclipse good for c++?
Which operator cannot overload?
What is the prototype of printf function?
How new/delete differs from malloc()/free?