What is the output of the following 'C' program?
#include<stdio.h>
main()
{int i=1,j=2;switch(i)
{case 1: printf("GOOD");break;case j: printf("BAD");break;
}
}
Answers
Answered by
1
Answer:
I will give you answer first follow me and mark me as brainlist
Similar questions