Computer Science, asked by dimpyarora, 1 year ago

we can use a __________ as a separator while assigning value to multiple variables in same line​

Answers

Answered by contacttoaditya123
0

Answer:Comma(,)

Explanation: it seperates multiple values

Answered by mariospartan
0

Answer:

We can either use comma (,) as a separator while assigning value to multiple variables in same line.

Explanation:

The common type of separator or delimiter in all programming languages like C, CPP, Python is a comma. This comma is also considered to be an operator and their behavior is little too different and it depends upon the place, where it being used.

This will be useful when the declaration is with many variables with multiple arguments. The separator usually differentiates the multiple variables and inform compiler that these are different variables.

Similar questions