Question:

A program uses environment variables to _______ .

Show Hint

Environment variables are primarily used to pass configuration settings and other environmental data to programs and the operating system.
Updated On: Jun 16, 2025
  • Store data between login sessions
  • Pass configuration settings to other programs
  • Store data persistently
  • Pass data to the operating system
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Environment variables are used by programs to pass configuration settings or other information to other programs and the operating system. They are not typically used to store data persistently or to store data between login sessions.
Was this answer helpful?
0
0