Point out the error, if any in the program.
#include int main() { int a = 10; switch(a) { } printf("This is c program."); return 0; }
Answer: C
No answer description available for this question.