Hi myself Guru, can u tell me wat is default data type in .net and in c#.
Default types are the default value for each data type for example int will have 0.It's good to have a initial value for your variable when declaring.
ex string xyz=string.empty();
ex string xyz=string.empty();
© net-tutorials.com 2006 - 2010