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


which types of data structure will i use to convert infix to
post fix???

Answers were Sorted based on User's Feedback



which types of data structure will i use to convert infix to post fix???..

Answer / abhishek munde

To convert the infix to postfix, STACK datastructure is
used. some may think about tree but by we only denote the
expression actual conversion is done through STACK.

Is This Answer Correct ?    12 Yes 2 No

which types of data structure will i use to convert infix to post fix???..

Answer / prashant

stack is really used to convert infix to postfix

Is This Answer Correct ?    5 Yes 0 No

which types of data structure will i use to convert infix to post fix???..

Answer / vikram

stack is used

Is This Answer Correct ?    5 Yes 0 No

which types of data structure will i use to convert infix to post fix???..

Answer / karthikeyan

stack is used . since it preserves data .

Is This Answer Correct ?    3 Yes 0 No

which types of data structure will i use to convert infix to post fix???..

Answer / khaja

stack only bcoz in memory the operations are done in stacks only

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

What does 3 mean in texting?

0 Answers  


HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE

3 Answers   Wipro,


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

0 Answers  


what are two categories of clint-server application development ?

1 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


How do we declare variables in c?

0 Answers  


How can I access an I o board directly?

0 Answers  


What do you understand by normalization of pointers?

0 Answers  


Write a program to print fibonacci series without using recursion?

0 Answers  


Can main () be called recursively?

0 Answers  


Categories