C# Programming - Structures - Discussion
Discussion Forum : Structures - General Questions (Q.No. 4)
4.
Which of the following is the correct way of setting values into the structure variable e defined below?
struct Emp
{
public String name;
public int age;
public Single sal;
}
Emp e = new Emp();
Discussion:
Be the first person to comment on this question !
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers