capgemini famous interview question
List<int> A = new List<int>();
A.add(1);
List<int> B=A;
B=new List<int>();
B.Add(2);
A.add(3);
answer?
capgemini famous interview question
List<int> A = new List<int>();
A.add(1);
List<int> B=A;
B=new List<int>();
B.Add(2);
A.add(3);
answer?
today i have lear excel tips to replace id with name in excell change date formate replace 1,0 with yes or no 1.for change operation id to ...