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
Differentiate between functions getch() and getche().
write a program to swap two numbers without using temporary variable?
What is sparse file?
List the difference between a While & Do While loops?
What is the maximum no. of arguments that can be given in a command line in C.?
Is that possible to store 32768 in an int data type variable?
Explain low-order bytes.
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is difference between stdio h and conio h?
What is the advantage of an array over individual variables?
What are the 4 types of functions?
is it possible to create your own header files?