Question: 3. Write a C program to receive 10 words and sort them in dictionary order. For four words example, R, C, JavaScript, Java should be
3. Write a C program to receive 10 words and sort them in dictionary order. For four words example, R, C, JavaScript, Java should be sorted as C, Java, JavaScript, R. You are allowed to use string libraries such as strcpy() and strcmp().
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
