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
In c programming language, how many parameters can be passed to a function ?
What is function definition in c?
What is the use of getch ()?
Hi can anyone tell what is a start up code?
What is integer constants?
Can you please compare array with pointer?
What is return type in c?
Is c# a good language?
Are bit fields portable?
write a c program for swapping two strings using pointer
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Explain the difference between getch() and getche() in c?
What does %c mean in c?
Why void main is used in c?