#include int main(void){ char *nimed[]={"Juku", "Kati", "Mati"}; printf("%s\n", nimed[1]); return 0; }