Home / Questions / What is environment variable in C?
Explanatory Question

What is environment variable in C?

👁 862 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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.