Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Tell us about yourself.

Answer Posted / ravi yadav

I am Ravi, I am from mubai and write now i am staiying in gurgaon sec 32,my qualification i have completed Bca from ptu
and my family mother concern is there are four member in my family including me my father my mother and my elder brother
my father is abusinessmen nad my mother is homemaker
nad my elder brother tl in nuteric info system nad i have one year experience in spatta tech.]and i am very telented and functual.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concepts involved in Object Oriented programming.

1149


What is polymorphism what is it for and how is it used?

975


What are the benefits of oop?

1173


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2553


What are properties in oop?

1025


what is different between oops and c++

2459


What is new keyword in oops?

995


Is react oop?

1016


What is the oops and benefits of oops programming?

929


What is the real life example of polymorphism?

1115


What is byval and byref? What are differences between them?

2153


What is encapsulation with real life example?

981


#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

2565


What is multilevel inheritance in oop?

972


What is variable example?

983