This topic contains 0 replies, has 0 voices, and was last updated by EduGorilla 1 year, 11 months ago.
- AuthorPosts
- Select Question Language :
Consider the following C program segment
int gradepoint ;
char ch;
Switch (ch) {
Case `A` : {gradepoint = 10 ;}
Case `B` : {gradepoint = 8 ; break ; }
Case `C` : {gradepoint = 6 ; }
Default : {gradepoint = 0 ; } }
Executing the program segment for ch = `A`, `B`, `C` gradepoints are respectivelyOptions :-
- 10, 8, 6
- 10, 8. 0
- 8, 8, 6
- 8, 8, 0
Post your Training /Course EnquiryAre You looking institutes / coaching center for- IIT-JEE, NEET, CAT
- Bank PO, SSC, Railways
- Study Abroad
- AuthorPosts