uwhpsc-2016 / lectures

Notes, slides, and code from the in-class lectures.
7 stars 21 forks source link

'+=' without initialization #8

Open gadamico opened 8 years ago

gadamico commented 8 years ago

If we use the '+=' operator without first explicitly initializing the relevant variable, will it automatically be initialized to 0?

cswiercz commented 8 years ago

No