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...

The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder
traversal is??? please help me on this

Answer Posted / sk

inorder traversal is 7,3,14,22,55,17,5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programming in c to find the sum of all elements in an array through function.

2220


What is the explanation for modular programming?

1271


How many data structures are there in c?

1170


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

2410


What is c programming structure?

1277


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2556


Is malloc memset faster than calloc?

1129


Do you know null pointer?

1076


What is the difference between near, far and huge pointers?

1154


What are the main characteristics of c language describe the structure of ac program?

1264


Explain how can you tell whether a program was compiled using c versus c++?

1145


How do I use strcmp?

1131


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1157


What is n in c?

1112


What is the benefit of using const for declaring constants?

1103