Tell us about yourself.

Answer Posted / b.vijay kumar

hi iam vijay.iam purshing 2 M.C.A G.PULLAREDDY ENGINEERING
COLLEGE, KURNOOL(A.P).I have secuared 80% marks in 10th
class & 71% inter and 80% in degree.my hobbies are reading
megazines,newspapers.
my strenths are self confidence,think positive,optimist.
my ambition is to become a software ingineer.
my weekness is belive all people but iam going to overcome
my character.

Is This Answer Correct ?    10 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the ways in which a constructors can be called?

1580


What is new keyword in oops?

587


What is difference between abstraction and encapsulation?

589


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

1636


Why is polymorphism needed?

591






What is polymorphism explain?

682


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1618


What is an interface in oop?

591


i got a backdoor offer in process global,Bangalore..Can i work with it?

2324


Which is better struts or spring?

616


What are the 4 pillars of oop?

666


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3550


#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

2160


How is polymorphism achieved?

583


What do you mean by overloading?

576