pointers in C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pateldm15@gmail.com

    pointers in C

    Can anybody provide examples of pointers in C language for beginer
    students
  • santosh

    #2
    Re: pointers in C

    pateldm15@gmail .com wrote:
    Can anybody provide examples of pointers in C language for beginer
    students
    You'll be better served by reading a good book on C like _The C
    Programming Language_ or _C Programming: A Modern Approach_ or even a
    good tutorial (I include two such links below) rather than asking in a
    newsgroup. It's better ask for help with specific problems in
    newsgroups.

    <http://www.eskimo.com/~scs/cclass/cclass.html>
    <http://cprog.tomsweb.n et/>

    Comment

    • Roland Pibinger

      #3
      Re: pointers in C

      On Thu, 22 May 2008 05:53:42 -0700 (PDT), pateldm15@gmail .com wrote:
      >Can anybody provide examples of pointers in C language for beginer
      >students


      Comment

      • Cromulent

        #4
        Re: pointers in C

        On 2008-05-22 13:53:42 +0100, pateldm15@gmail .com said:
        Can anybody provide examples of pointers in C language for beginer
        students
        Just buy "The C Programming Language" and you'll be all set.
        --
        "I disapprove of what you say, but I'll defend to the death your right
        to say it." - Voltaire

        Comment

        Working...