Thread: use of command line argument

  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    6

    use of command line argument

    1)
    what should yo do with command-line arguments ?
    a)comment them out
    b)use them in the header
    c)document them
    d)use them after the fclose()

    2) Initialization in a C program does not occur

    a)in Variable protolypes.
    b) in variable declarations.
    c)as function arguments.
    d) as the result of a return argument within a function.
    e)I don’t know



    Please answer this question

    thank you

  2. #2
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Quote Originally Posted by natrajdreams View Post
    Please answer this question

    thank you
    Why?
    This board doesn't help people cheat on their homework.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  3. #3
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    Are you kidding?
    1 - You have asked those questions before
    2 - You have done this several times
    3 - You have just 6 posts, each of which are in these 4 threads
    5 - You've registered today and immediately started spamming
    4 - You're asking us to do your job

    Conclusion: You have registered and directly asked us to help you get that job. That's not allowed here and many people dislike it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pointer to List Iterator As Function Argument
    By bengreenwood in forum C++ Programming
    Replies: 8
    Last Post: 06-17-2009, 05:30 AM
  2. member as default argument
    By MarkZWEERS in forum C++ Programming
    Replies: 2
    Last Post: 03-23-2009, 08:09 AM
  3. Peculiar malloc / command argument question
    By Beowolf in forum C Programming
    Replies: 4
    Last Post: 09-10-2007, 11:54 PM
  4. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  5. Nested loop frustration
    By caroundw5h in forum C Programming
    Replies: 14
    Last Post: 03-15-2004, 09:45 PM