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
Why c is called object oriented language?
Explain what is the advantage of a random access file?
Define circular linked list.
What are runtime error?
Describe the steps to insert data into a singly linked list.
using only #include
What is the sizeof () a pointer?
What is string concatenation in c?
With the help of using classes, write a program to add two numbers.
Explain how can type-insensitive macros be created?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What Is The Difference Between Null And Void Pointer?
Explain function?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is a file descriptor in c?