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
Is C++ case sensitive a) False b) Depends on implementation c) True
What is lambda expression c++?
what is Loop function? What are different types of Loops?
How are pointers type-cast?
In a function declaration what does extern means?
What are pointers used for c++?
Why do we use using namespace std in c++?
Can a new be used in place of old mallocq? If yes, why?
Give an example of run-time polymorphism/virtual functions.
Explain deep copy?
Who created c++?
Write a program to interchange 2 variables without using the third one.
What are static type checking?
What is an operator in c++?
Tell me difference between constant pointer and pointer to a constant.