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 the 4 types of unions?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain the use of #pragma exit?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is an lvalue in c?
What is infinite loop?
What are the preprocessor categories?
What does %c mean in c?
What is meant by operator precedence?
Is it fine to write void main () or main () in c?
How do you define a function?
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the method to save data in stack data structure type?
How can my program discover the complete pathname to the executable from which it was invoked?