Political Science, asked by parjapatidevendri, 3 months ago

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 dddd71847
0

Answer:

good morning have a nice ❤️❤️ Day

Similar questions