which types of data structure will i use to convert infix to
post fix???
Answer Posted / karthikeyan
stack is used . since it preserves data .
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain Basic concepts of C language?
Do you know pointer in c?
What is the use of header files?
What are runtime error?
#include
Why doesnt long int work?
Explain main function in c?
What is a built-in function in C?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is the difference between constant pointer and constant variable?
Are pointers really faster than arrays?
What is operator promotion?
What is array of structure in c?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the difference between arrays and pointers?