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
How do you override a defined macro?
Why string is used in c?
how many key words availabel in c a) 28 b) 31 c) 32
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What are the applications of c language?
Explain 'bus error'?
What is pragma c?
What is the purpose of sprintf?
What are the scope of static variables?
write a c program for swapping two strings using pointer
What is array of structure in c programming?
what are the different storage classes in c?
What's the best way of making my program efficient?
What are the 4 types of organizational structures?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12