Multiple choice Find the output of the following C program: main(){char str[7]=Strings;printf(%s,str);} Infinite loop Strings Cannot be predicted Error None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation It displays 'Strings' as the answer.