which types of data structure will i use to convert infix to
post fix???
Answer Posted / vikram
stack is used
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is structure data type in c?
Explain goto?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Is printf a keyword?
I heard that you have to include stdio.h before calling printf. Why?
What happens if header file is included twice?
Explain output of printf("Hello World"-'A'+'B'); ?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What does %d do in c?
What is the size of a union variable?
Is void a keyword in c?
How to Throw some light on the splay trees?
What is an expression?
Compare array data type to pointer data type
What are formal parameters?