Thread: Website tutorials (Pointers quiz)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    9
    Quote Originally Posted by beene View Post
    It's the right answer.



    That was from the tutorial you gave the link to.
    The problem is more so that the "question" goes from:
    3. Which of the following gives the memory address of a variable pointed to by pointer a?
    To:

    3. Which of the following gives the memory address of a pointer a?
    For the above, my guess would be "a;", the lower should be "&a;", am I still right there?
    (the problem is that the questions are different, but shouldnt be)
    Last edited by TheUnknownFacto; 04-18-2007 at 09:11 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. function pointers
    By benhaldor in forum C Programming
    Replies: 4
    Last Post: 08-19-2007, 10:56 AM
  2. Replies: 4
    Last Post: 09-24-2002, 05:20 PM
  3. API "Clean Up" Functions & delete Pointers :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 05-10-2002, 06:53 PM
  4. pointers, functions, parameters
    By sballew in forum C Programming
    Replies: 3
    Last Post: 11-11-2001, 10:33 PM