guys pls help me how to random this program that will result in grouping of names into three groups. pls help me guys.. the problem of my program is only one name will be output of the program... pls help me how to random all names and to group them..tnx.. heres the code..
you know, those aren't syllables..
anyway, firstly make name is too short. it's only 3 chars long now.
then, repeat this MAXSYLABLES times:
get a random number (why do you subtract 1 from SYLNUM ?),
add it to name (there's no need for strncat. strcat would work fine)