Give output of the following, if the input given is 'a'. cin>>choice; switch(choice) { case ' b' :cout<< banana ; break; case ' a' :cout<< apple ; case ' g' :cout<< grapes ; default :cout<< invalid choice ; }
Reveal answer
Fill a bubble to check yourself