How to Increment the value of the empid E001 for each and
every employee by using the programe?
Answer Posted / akshay
Algorithm:
1.Take last used value into string variable.
2. Use String function to remove alphabet from value and store in temp string.
3. convert remaining part into int32.
4. increment by 1.
5. Append temp string and incremented value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can we make game by using c
What is new keyword in oops?
what is the sylabus for priliminaries?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is coupling in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is class and example?
What is polymorphism in oop example?
What polymorphism means?
When not to use object oriented programming?
What is polymorphism oop?
What is encapsulation and abstraction? How are they implemented in C++?
Is abstract thinking intelligence?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write knight tour problem which is present in datastructure