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 I have a reference as a data member of a class? If yes, then how do I initialise it?
How the virtual functions maintain the call up?
What is command line arguments in C++? What are its uses? Where we have to use this?
Can I make ios apps with c++?
Are iterators pointers?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a character in c++?
What is c++ vb?
Is java easier than c++?
Does c++ have string data type?
What are the characteristics of friend functions?
What is the use of bit fields in structure declaration?
How to declare a pointer to an array of integers?
What are different types of loops in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h