Search:

Type: Posts; User: Ada Lovelace

Search: Search took 0.14 seconds.

  1. Replies
    9
    Views
    856

    Re: Character Array

    Have you tried to break the string into it's individual characters? As I said previously, a
    string is an array of characters. Think about different ways to do this example: repetition.
    When you...
  2. Replies
    9
    Views
    856

    Re: Character Array

    Ah, was not aware - thanks for the info Cornix appreciate it :)

    Wishes Ada xx
  3. Replies
    9
    Views
    856

    Re: Character Array

    Think of the task logically. A string is an array of characters - so the string
    "Hello" has 4 characters (starting at zero) and ends with a NULL terminating character.


    H[0]
    E[1]
    ...etc
    ...
  4. Replies
    9
    Views
    856

    Re: Character Array

    What have you tried so far? Show your effort and any errors/problems you are having.

    Wishes Ada xx
Results 1 to 4 of 4