#include <stdio.h>int main () { char * a[] = { ['A'] = "Excellent", ['B'] = ... }; printf(a[grade]); return 0;}[/grade]