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
What is a built-in function in C?
What are the characteristics of arrays in c?
Is c still relevant?
Was 2000 a leap year?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How can I split up a string into whitespace-separated fields?
Explain bit masking in c?
How many types of sorting are there in c?
Why can’t we compare structures?
What is difference between Structure and Unions?
What is difference between function overloading and operator overloading?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
I heard that you have to include stdio.h before calling printf. Why?
What is difference between constant pointer and constant variable?