How can I store strings in a C array? For example I want an arrangement where I can save 3 names
arrangement="juan", "Pedro", "Santiago";
juan in position 0 of the arrangement Pedro in position 1 of the arrangement Santiago in position 2 of the settlement