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 |
Write a program to multiply 3x3 matrics
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is an object?
What is difference between multiple inheritance and multilevel inheritance?
How do you achieve polymorphism?
Have you ever used threads?
What is the importance of oop?
What is difference between class and object with example?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
Can java compiler skips any statement during compilation time?
to find out the minimum of two integer number of two different classes using friend function
What is static modifier?