✏️ Explanatory Question

What is environment variable in C?

👁 862 Views
📘 Detailed Answer
💡

Answer with Explanation

  • Environment variable is a variable that will be available for all C applications and C programs.
  • Once environment variables are exported, we can access them from anywhere in a C program without declaring and initializing in an application or C program.