February 2013
Intermediate to advanced
672 pages
16h 2m
English
• V is [un]assigned after an empty array initializer (§10.6) iff V is [un]assigned before the empty array initializer.
• V is [un]assigned after a non-empty array initializer iff V is [un]assigned after the last variable initializer in the array initializer.
• V is [un]assigned before the first variable initializer of the array initializer iff V is [un]assigned before the array initializer.
• V is [un]assigned before any other variable initializer e of the array initializer iff V is [un]assigned after the variable initializer to the left of e in the array initializer.
Read now
Unlock full access