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
Write about the stack unwinding?
When should overload new operator on a global basis or a class basis?
Do you know what are pure virtual functions?
What do you mean by public protected and private in c++?
Why ctype h is used in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is a node class in c++?
How do we balance an AVL Tree in C++?
What do you understand by a pure virtual member function?
What are the types of container classes?
What flag means?
What is encapsulation in c++?
What does obj stand for?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.