Multiple choice Find the output of the following C program: main(){printf(%c, abcdefgh[4]);} Error d e abcdefgh None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation It returns the value of 4th position.