03 July 2014

Diff b.w declaring a variable and defining a variable in c#

Void getall(string s) // delaring variable
{
String k;  // define variable takes memory even with value or not
}

No comments: