How to initialize variables in C#?
Answers
Answered by
0
int i, j, k;
char c, ch;
float f, salary;
double d;
Eg:- int i = 1007
char c = 'a'
float f = 1072.224
double d = 103.32
Similar questions
Business Studies,
6 months ago
History,
6 months ago
Sociology,
11 months ago
Sociology,
11 months ago
Economy,
1 year ago