f1()
{
f(3);}
f(int t)
{
switch(t);
{
case 2: c=3;
case 3: c=4;
case 4: c=5;
case 5: c=6;
default: c=0;}
value of c?
Answer Posted / shruti
Yeah value of c becomes 0 at the end of the program..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how to build a exercise findig min number of e heap with list imlemented?
What is a pointer variable in c language?
Did c have any year 2000 problems?
What is far pointer in c?
Is c is a middle level language?
Why pointers are used in c?
What is array of structure in c?
using only #include
What is c programming structure?
How many levels deep can include files be nested?
Who is the founder of c language?
Do you know the use of fflush() function?
Explain how can you avoid including a header more than once?
Explain what is a stream?
Can we change the value of #define in c?