Switch (i)
i=1;
case 1
i++;
case 2
++i;
break;
case 3
--i;
Output of i after executing the program
Answer Posted / vinay
the value of i if we forget the mistake u done
it is i=2;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the use of pragma in embedded c?
Explain what happens if you free a pointer twice?
Define circular linked list.
Where static variables are stored in memory in c?
There seem to be a few missing operators ..
Why is c known as a mother language?
Can you subtract pointers from each other? Why would you?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is exit() function?
What are the benefits of organizational structure?
What are examples of structures?
I have seen function declarations that look like this
What is calloc in c?
regarding pointers concept
How many levels of pointers can you have?