03-02-2009 06:00 PM
What is the difference in the following two statements?
static int A=0;
static int A(0);
03-03-2009 08:50 AM