1.

Write the syntax for assigning values to variables.

Answer»

The syntax for assigning value to a variable is variable_name = value; (a = 5;)



Discussion

No Comment Found