C++ Declare Multiple Variables
Declare Many Variables
To declare more than one variable of the same type, use a comma-separated list:
One Value to Multiple Variables
You can also assign the same value to multiple variables in one line:
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.