|
|
point point1; in global scope then point1.x and point1.y will be initialized to 0, if I define point point2; in a local scope, then its x and y won't be initialized? Correct? |
|
point point1; in global scope then point1.x and point1.y will be initialized to 0point point2; in a local scope, then its x and y won't be initialized? Correct? |
|