Switch (i)
i=1;
case 1
i++;
case 2
++i;
break;
case 3
--i;
Output of i after executing the program
Answer Posted / ramesh
i as it is
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are reserved words with a programming language?
Can stdout be forced to print somewhere other than the screen?
is it possible to create your own header files?
Explain the difference between the local variable and global variable in c?
What is the difference between typedef and #define?
can we implement multi-threads in c.
What are variables c?
Can variables be declared anywhere in c?
What is the difference between fread buffer() and fwrite buffer()?
When should a type cast be used?
What is typedef struct in c?
What is typedef example?
What are the types of type specifiers?
What are the functions to open and close the file in c language?