Question : C# .Net dot net

what is the meaning of the following code:

DataTable x = new DataTable();
x.columns.Add("Val1");
x.Columns.Add("Code", typeof(int))

Answer : C# .Net dot net

Random Solutions  
 
programming4us programming4us