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
How to use CMutex, CSemaphore in VC++ MFC
What is polymorphism in oops with example?
What is inheritance in oop?
What language is oop?
What is polymorphism and its types?
Why do we use oop?
Explain virtual inheritance?
What is overriding vs overloading?
What are different oops concepts?
How do you use inheritance in unity?
What is destructor example?
What is class and object in oops?
What is oops and why we use oops?
What is basic concept of oop?
What are the advantages of polymorphism?