Page 1 of 1

Syntax for declaration and initialization of data variable is?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) <data type><var_name> = <Value>;
b) <data type><var_name>;
c) <var_name><data type>;
d) <var_name> = <value>;