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 does == mean in texting?
What is difference between %d and %i in c?
Can include files be nested?
How are portions of a program disabled in demo versions?
Give differences between - new and malloc() , delete and free() ?
What are pointers? What are stacks and queues?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
How can you draw circles in C?
How do you define CONSTANT in C?
What is void main ()?
What is the difference between null pointer and wild pointer?
How can I find the modification date and time of a file?
What is the need of structure in c?
Write a program to swap two numbers without using third variable in c?
Why doesnt that code work?