Programming in C
Create an array of pointers that points to the names of the days of the week. Display the days using a loop.
So Far I have ( see below) but it fails
#include
I copied your code, correcting one error that I saw, and it worked fine. The error that I corrected, which I would expect the compiler would have caught, was in the for statement: for( x = 0; x < 7; x+ ) /* should be x++ */ Computers don't do what you want, they do exactly what you tell them. Little stinkers!
@rsmith6559 thank you for your help!
Join our real-time social learning platform and learn together with your friends!