Search:

Type: Posts; User: laserlight

Search: Search took 0.22 seconds.

  1. I suggest this instead: const char *numerals[]...

    I suggest this instead:

    const char *numerals[] = {"one", /* ... */};
  2. Do you know how to declare and initialise an...

    Do you know how to declare and initialise an array?
  3. At no point is "zero" stored into a from main.

    At no point is "zero" stored into a from main.
  4. My observations are: The program is too...

    My observations are:

    The program is too complicated for the task.
    main should be declared as returning int, not void.
    You should use a loop instead of recursively calling main.


    I might...
Results 1 to 4 of 4