getenv() retrieves environment variable values, while putenv() sets or modifies them. These are standard C library functions for environment variable manipulation. Options A uses setenv() which also exists but the question asks for the standard pair.