Home / C Programming / Command Line Arguments :: True / False Questions

C Programming :: Command Line Arguments

  1. Every time we supply new set of values to the program at command prompt, we need to recompile the program.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Even if integer/float arguments are supplied at command prompt they are treated as strings.

  4. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. The first argument to be supplied at command-line must always be count of total arguments.

  6. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum