which types of data structure will i use to convert infix to
post fix???
Answer Posted / prashant
stack is really used to convert infix to postfix
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are data structures in c and how to use them?
Difference between linking and loading?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
When is a “switch” statement preferable over an “if” statement?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Are enumerations really portable?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is array in C
Where are c variables stored in memory?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
How does selection sort work in c?
what is ur strangth & weekness
Between macros and functions,which is better to use and why?
What's the difference between constant char *p and char * constant p?
What does the c preprocessor do?