C: Piscine Exam 01

int scores[5] = {90, 80, 70, 60, 50}; // array declaration char name[] = "John"; // string declaration