enum per { married, unmarried, divorced, spinster } per.married = 10; Console.WriteLine(per.unmarried);
class Sample { public int func(int i, Single j) { /* Add code here. */ } }
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.