Syntax for declaration and initialization of data variable is?
(a) <data type><var_name> = <Value>;
(b) <data type><var_name>;
(c) <var_name><data type>;
(d) <var_name> = <value>;
The question was asked in quiz.
This interesting question is from Scope and Lifetime of Variables in chapter Data Types, Variables and Operators of C#