Tuesday, July 14, 2009

I need help with printing and calling a C program... PLZ HELP!!?

[HW] array of strings: Write a program to sort an array of strings into


alphabetical order. Use


const int N_MONTHS = 12;


const int STR_MAX = 20;


char month[N_MONTHS][STR_MAX] = {


"January",


"February",


"March",


"April",


"May",


"June",


"July",


"August",


"September",


"October",


"November",


"December"


};


as your test strings. Write the following functions.


● void print(char str[ ][STR_MAX], int n_str);


Write a function prints an array of strings. Parameter n_str is the number


of strings in array str[ ].

I need help with printing and calling a C program... PLZ HELP!!?
May be you can contact a C expert live at website like http://askexpert.info/ to help you code your assignment.


No comments:

Post a Comment