Switch (i)
i=1;
case 1
i++;
case 2
++i;
break;
case 3
--i;
Output of i after executing the program
Answer Posted / rukmanee
output: i=1
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is c easy to learn?
largest Of three Number using without if condition?
please send me the code for multiplying sparse matrix using c
Where are the auto variables stored?
Describe dynamic data structure in c programming language?
Where is volatile variable stored?
how to find binary of number?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How to declare pointer variables?
Write a program to use switch statement.
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Here is a good puzzle: how do you write a program which produces its own source code as output?
What does double pointer mean in c?
Hai what is the different types of versions and their differences
What is operator precedence?