Create a student class object array of size four having attributes name, designation and salary. Let the student class have appropriate getter/setters methods for accessing these attributes. Initialize these attributes through the setter methods. Store this object into a file ...
Home/question/Page 11
SIKSHAPATH Latest Questions
abhinaw_9754
Asked: October 17, 2021In: DBMS
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