quinnhipple8772 quinnhipple8772 11-01-2024 Computers and Technology contestada What is accessing an element outside the legal set of indices referred to? double values[10]; values[10] = 5.4; cout << values[10]; A) A bounds error B) None of these C) A segmentation fault D) A compilation error