write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of pointers?
What is void pointers in c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
How is pointer initialized in c?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
What is pointer to pointer in c with example?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
what is the difference between 123 and 0123 in c?
what is the main use of c where it can use the c