Multiple choice technology programming languages What will the following statement return? grep(! /^ !/, @array); Every non empty list element Every list element that does not start with an exclamation mark. Every list element. Reveal answer Fill a bubble to check yourself B Correct answer