Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

static variables

static data_type var_name = var_value;
// eg of static variable 
static int /*float, double, etc*/ star = 720; 
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #static #variables
ADD COMMENT
Topic
Name
1+9 =