1.

Give the declaration syntax of a variable and example.

Answer»

The syntax for declaring a variable is

1. datatype variablename;

2. example, on



Discussion

No Comment Found