Let's take a simple example to understand the working of a switch case statement in C program. #include <stdio.h> int main() { int num=2; switch(num+2) ...
確定! 回上一頁