Search:

Type: Posts; User: spotty

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,978

    yep, same reason why scanf("%s", my_string);...

    yep, same reason why scanf("%s", my_string); doesn't require a reference operator (&) when you pass a string to it, because array identifiers are really pointers.
  2. Replies
    1
    Views
    1,942

    how to return address of a pointer?

    Hi there!
    I'm tackling linked lists for the first time, a topic that we haven't yet covered in my basic C course but is illustrated quite nicely in Standish's Data Structures, Algorithms & Software...
Results 1 to 2 of 2