append

  1. debiprasad_sahoo

    Why WWW in URL?

    It is not always needed to put www. in the url. www. is just like other sub domains which can be configured in DNS. Means if you want to serve different sites for www.yoururl.com and yoururl.com you can configure this in DNS. But when the WWW started, people append www. in their url. I want to...
  2. akshaykapoor_3

    Editing a .swf file

    Can anyone tell me hw to append some text to the starting of a .swf file ???
  3. C

    QBasic Multiple files appending

    Well i have to edit multiple files situated in diffrent locations in the computer i know it can be done using the command [open "C:\file.txt" for append as #1] but my problem is that i have to append the same lines in the other files also so is there a way that i can append the same lines at a...
  4. iinfi

    append (NODE **q, int num) .... HELP

    in data structures using C ... while adding a node @ the end of a link list e.g append (NODE **q, int num) what does **q stand for ??? *q is the "address pointer" of the parameter passed .... but what is **q
Top Bottom