Final answer:
The variable 'newscore' is assigned as the exam score at a specific index in the array.
Step-by-step explanation:
The variable 'newscore' is assigned by taking the exam score at a specific index in the array. The correct assignment is (c) newscore=examscore[index]. This means that the value of 'newscore' will be the exam score at the given index.