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 is clrscr in c?
what are the advantages of a macro over a function?
how to find binary of number?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is a global variable in c?
What is typedf?
What does emoji p mean?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Which type of language is c?
Why c is procedure oriented?
why do some people write if(0 == x) instead of if(x == 0)?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Do you know the use of 'auto' keyword?
Which of these functions is safer to use : fgets(), gets()? Why?
What is binary tree in c?