<AptiCode/>

Question 672: Which of the following is the correct way to define a variable of the typestruct Empdeclared below?struct Emp { private String name; private int age; private Single sal; }Emp e(); e = new Emp();Emp e = new Emp;Emp e; e = new Emp;Emp e = new Emp();Emp e;

tcs
wipro
infosys
general
aptitude
structures

No answer description is available.Let's discuss.