the value stored in an uninitialized variable is _______________. a. null b. garbage c. compost d. its…

the value stored in an uninitialized variable is _______________. a. null b. garbage c. compost d. its identifier

the value stored in an uninitialized variable is _______________. a. null b. garbage c. compost d. its identifier

Answer

Answer:

B. garbage

Brief Explanation:

An uninitialized variable has an undefined value, often referred to as "garbage" as it contains whatever random data was in the memory location before the variable was declared.