How to Increment the value of the empid E001 for each and
every employee by using the programe?
Answer / 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 |
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
what is the diffrence between c# and c++
Can we create object of interface?
What is a class?
32 Answers Infosys, TCS, Thylak,
What is virtual destructor? Why?
3 Answers Agile Software, College School Exams Tests, CSC,
What is methods in oop?
How would you stop a class from class from being derived or inherited.
swapping program does not use third variable
A file pointer always contains the __________ of the file
Why and when is a virtual destructor needed?
Can an interface inherit a class?
What is polymorphism in oops?