Tell us about yourself.

Answer Posted / rakesh jena

Hi,
I am rakesh Kumar jena.I have been working in inautix for
last 2 year.Total I have I have very strong knowledge on
Mainframe Environment in both Batch & Online.I did my
engineering from Utkal University In 2002-2006.I am very
self postitive and passion to work with people.

Is This Answer Correct ?    19 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is and I oop mean?

611


What is the highest level of cohesion?

566


What is the difference between static polymorphism and dynamic polymorphism?

573


What is debug class?what is trace class? What differences are between them? With examples.

1598


How do you use inheritance in unity?

581






What is encapsulation selenium?

549


#include #include #include #include void insert(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); insert(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void insert(char *items, int count) { register int a, b; char t; for(a=1; a < count; ++a) { t = items[a]; for(b=a-1; (b >= 0) && (t < items[b]); b--) items[b+1] = items[b]; items[b+1] = t; } } design an algorithm for Insertion Sort

2157


what is the sylabus for priliminaries?

1677


What does and I oop mean?

610


How do you achieve polymorphism?

605


What is destructor oops?

613


What polymorphism means?

614


Why do we use polymorphism?

570


What makes a language oop?

590


Why do we need oop?

656