Output is
#include stdio.h

int main(){

char name[5][5]={"ON","OFF"};
enum nm{OFF,ON};
printf("%s %s\n",OFF,name+1 );

return 0;
}

Posted on by