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
What is abstraction in oop with example?
What is encapsulation 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 are oops methods?
any one please tell me the purpose of operator overloading
Why do we need polymorphism in c#?
What are constructors in oop?
What is for loop and its syntax?
What is overriding in oops?
What are the two different types of polymorphism?
what is graphics
How do you answer polymorphism?
What is object-oriented programming? Webopedia definition
what are the realtime excercises in C++?
How Do you Code Composition and Aggregation in C++ ?