Artboard 1Created with Sketch.ArtboardCreated with Sketch.location-16px_bookmark-starCreated with Sketch.Artboard 1Created with Sketch.objects-16px_stickerCreated with Sketch.GroupCreated with Sketch.Artboard 1Created with Sketch.GroupCreated with Sketch.users-24px-outline_man-glassesCreated with Sketch.

C Piscine Exam 01 〈QUICK Handbook〉

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

int add(int a, int b) { return a + b; }

int a = 5; int b = 3;

int x = 5;