9. What is the output of the below program?
#include <stdio.h>
main() {int i = 0; switch (i) { case '0': printf("Good"); break;
case '1':printf("Morning"); break; default: printf("Good
Morning");}}
Answers
Answered by
0
Answer:
good morning have a nice ❤️❤️ Day
Similar questions