Computer Science, asked by anujthecool78, 1 month ago

You cannot declare more than one variable of the same data type using a single statement at the time of initialization
True or false​

Answers

Answered by bishtlovely34
0

Answer:

hope it help u

Explanation:

Do not declare more than one variable per declaration. Every declaration should be for a single variable, on its own line, with an explanatory comment about the role of the variable. Declaring multiple variables in a single declaration can cause confusion regarding the types of the variables and their initial values

Similar questions