Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6950127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:03:17+00:00 2026-05-27T14:03:17+00:00

Exercise 7-1. Write a program that converts upper case to lower or lower case

  • 0

Exercise 7-1. Write a program that converts upper case to lower or lower case to upper, depending on the name it is invoked with, as found in argv[0].

For those of you interested in writing the program, you can find sample solutions here: http://users.powernet.co.uk/eton/kandr2/krx701.html

My question, however, is exactly how do you invoke the program? argv[0] refers to the name of the program, but along with the program’s filepath in addition. When I do a printf() on argv[0], it outputs the full path from /home if I run the program via my code::blocks IDE. If I try to execute the program via the command line with ‘./upper’ (without quotes), argv[0] includes the ‘./’ before the program name.

Is there anyway to invoke this program WITHOUT adding the program path to the PATH environment variable?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:03:18+00:00Added an answer on May 27, 2026 at 2:03 pm

    You can compile it once, whatever the output filename (e.g.: my_c_program) and with bash, use:

    $ exec -a upper ./my_c_program
    foo
    FOO
    
    $ exec -a lower ./my_c_program
    BAR
    bar
    

    If you want it to run in a separate shell:

    $ bash -c "exec -a upper ./my_c_program"
    

    Basically, the syntax is exec -a <newname> <command>, where <newname> will be argv[0].

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I direct you to Kernighan & Ritchie exercise 7.1 Write a program that converts
I'm trying to complete an exercise to write a program that takes the following
I'm doing a book exercise that says to write a program that generates psuedorandom
I got this exercise at uni: Write a program that declares a shared integer
i need a quick hint regarding the following exercise question: Write a program that
I'm doing an exercise in K&R: Write a program detab that replaces tabs in
I'm facing k&r exercise 1.24, that states: Write a program to check a C
Problem: Write a program Deal.java that takes an command-line argument N and prints N
I'm working on an exercise from Accelerated C++: Write a program to count how
From C Primer Plus 5th Ed: Write a program that creates two eight-element arrays

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.