Using Stack, convert the given in-fix expression into post-fix notation. ((x-y)*z) / (x-(y/z)) – (v??/?? – ??) Evaluate post-fix notation if x=16, y=4, z=1. Note: Display all algorithmic steps sequence wise
SIKSHAPATH Latest Questions
create an employee object having properties name, date of birth, department, designation and salary. let the employee class have appropriate getter/setters methods for accessing these properties. initialize these properties through the setter methods. store this object into a file “outobject.txt”. ...
Q.Write a program to convert the expression “a+b” into “ab+”.
Q.Program to Input Few Numbers & Perform Merge Sort on them using Recursion
Write a program to sort an array of integers in descending order using merge sort?