Amit Maheshwari

Amit Maheshwari

  • NA
  • 5.3k
  • 1.1m

Initialization of integer in C#

Feb 14 2012 10:56 AM
Hi friends,

I want to know that what's the difference between these initialization of integer x?

int x=1;
static int x=1;

Please explain the difference in the programming scenario?

Answers (1)