Multiple choice technology web technology Difference between variable and array: Variable can store multiple value but array can not store Variable can not store multiple value but array can Both are same None of them Reveal answer Fill a bubble to check yourself B Correct answer Explanation A standard scalar variable stores only a single value at any given time, whereas an array is a data structure designed to store multiple values (elements) under a single identifier.