>>526
>(b)
>var list = new List<Label>(100);
>for (int i = 0; i < list.Count; i++) list[i] = new Label();

list.Countは0なのでループの中身は実行されない
一瞬で何やってるか理解できてる・・・?