Search:

Type: Posts; User: Salem

Search: Search took 0.63 seconds.

  1. Replies
    5
    Views
    6,706

    So if you had just char name[MAX]; without...

    So if you had just
    char name[MAX];

    without any of the dynamic allocation, would you know what to do?

    If so, you already have the answer - dynamic allocation doesn't change how you solve the...
  2. Replies
    5
    Views
    6,706

    So what does "WITHOUT USING a bracketed...

    So what does "WITHOUT USING a bracketed subscript" allow you to do?

    Is replacing
    ptr[i]
    with
    *(ptr+i)
    allowed?
Results 1 to 2 of 2